Merge pull request #6513 from heitbaum/llvm6502

llvm: fix build issue with llvm-config
This commit is contained in:
CvH 2022-05-22 16:35:30 +02:00 committed by GitHub
commit 5bacaec1a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,8 @@ PKG_CMAKE_OPTS_COMMON="-DLLVM_INCLUDE_TOOLS=ON \
-DLLVM_APPEND_VC_REV=OFF \ -DLLVM_APPEND_VC_REV=OFF \
-DLLVM_ENABLE_RTTI=ON \ -DLLVM_ENABLE_RTTI=ON \
-DLLVM_ENABLE_UNWIND_TABLES=OFF \ -DLLVM_ENABLE_UNWIND_TABLES=OFF \
-DLLVM_ENABLE_Z3_SOLVER=OFF" -DLLVM_ENABLE_Z3_SOLVER=OFF \
-DCMAKE_SKIP_RPATH=ON"
pre_configure_host() { pre_configure_host() {
case "${TARGET_ARCH}" in case "${TARGET_ARCH}" in