mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
Fix integration test suite for f36
Suppress libunwind tests (which don't have clang integration on f36) and libcxx static tests (which is broken on f36 due to non-pic libc++abi.a).
This commit is contained in:
parent
0b8cfef042
commit
4ef9824648
1 changed files with 1 additions and 1 deletions
|
@ -33,5 +33,5 @@ cd $(mktemp -d -p /var/tmp)
|
|||
git clone $repo_url
|
||||
cd llvm-toolchain-integration-test-suite
|
||||
mkdir _build && cd _build
|
||||
cmake .. -GNinja ${CMAKE_CXXLIB:-}
|
||||
cmake .. -GNinja -DENABLE_LIBUNWIND=OFF -DENABLE_STATIC_LIBCXX=OFF ${CMAKE_CXXLIB:-}
|
||||
cmake --build . $thread_args --target check
|
||||
|
|
Loading…
Reference in a new issue