mirror of
https://github.com/google/benchmark.git
synced 2025-03-15 03:30:10 +08:00
CI: build libcxxabi against system unwind library
... because that is what the MSan is built against, and mixing them clearly causes issues.
This commit is contained in:
parent
2bf3534075
commit
6cd107ffad
5
.github/libcxx-setup.sh
vendored
5
.github/libcxx-setup.sh
vendored
@ -19,8 +19,9 @@ cmake -DCMAKE_C_COMPILER=${CC} \
|
||||
-DLIBCXX_ABI_UNSTABLE=OFF \
|
||||
-DLLVM_USE_SANITIZER=${LIBCXX_SANITIZER} \
|
||||
-DLLVM_BUILD_32_BITS=${BUILD_32_BITS} \
|
||||
-DLLVM_ENABLE_RUNTIMES='libcxx;libcxxabi;libunwind' \
|
||||
-DLIBCXXABI_USE_LLVM_UNWINDER=OFF \
|
||||
-DLLVM_ENABLE_RUNTIMES='libcxx;libcxxabi' \
|
||||
-G "Unix Makefiles" \
|
||||
../llvm-project/runtimes/
|
||||
make -j cxx cxxabi unwind
|
||||
make -j cxx cxxabi
|
||||
cd ..
|
||||
|
Loading…
Reference in New Issue
Block a user