mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +08:00
Fix the OSS fuzz build. (#86562)
The OSS fuzz build has been broken for a while because of changes to the cmake configuration. This patch fixes the issues by defaulting to libunwind as the default runtime
This commit is contained in:
@@ -14,7 +14,7 @@ MONOREPO_ROOT=${PWD}
|
||||
|
||||
mkdir ${BUILD}
|
||||
cmake -S ${MONOREPO_ROOT}/runtimes -B ${BUILD} \
|
||||
-DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi" \
|
||||
-DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind" \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
-DCMAKE_INSTALL_PREFIX="${INSTALL}"
|
||||
cmake --build ${BUILD} --target install-cxx-headers
|
||||
|
||||
Reference in New Issue
Block a user