Pass -DCOMPILER_RT_USE_LIBCXX=NO to the build system to bring fuzzer library back https://bugs.llvm.org/show_bug.cgi?id=41956

This commit is contained in:
Sylvestre Ledru 2020-02-16 17:36:10 +01:00
parent 32f3c4d27c
commit 6a26661f3a
2 changed files with 10 additions and 1 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
llvm-toolchain-10 (1:10.0.0~+rc2-2) unstable; urgency=medium
* Pass -DCOMPILER_RT_USE_LIBCXX=NO to the build system
to bring fuzzer library back
https://bugs.llvm.org/show_bug.cgi?id=41956
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 16 Feb 2020 17:35:25 +0100
llvm-toolchain-10 (1:10.0.0~+rc2-1) unstable; urgency=medium llvm-toolchain-10 (1:10.0.0~+rc2-1) unstable; urgency=medium
* Upload to unstable to get ci.debian.net testing * Upload to unstable to get ci.debian.net testing

1
debian/rules vendored
View File

@ -366,6 +366,7 @@ override_dh_auto_configure: preconfigure
-DCLANG_LINK_CLANG_DYLIB=ON \ -DCLANG_LINK_CLANG_DYLIB=ON \
-DENABLE_LINKER_BUILD_ID=ON \ -DENABLE_LINKER_BUILD_ID=ON \
-DPOLLY_BUNDLED_JSONCPP=OFF \ -DPOLLY_BUNDLED_JSONCPP=OFF \
-DCOMPILER_RT_USE_LIBCXX=NO \
$(Z3_FLAG) \ $(Z3_FLAG) \
-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD="AVR" \ -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD="AVR" \
-DLLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN=ON \ -DLLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN=ON \