mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-12 03:45:37 +00:00
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:
parent
32f3c4d27c
commit
6a26661f3a
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -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
|
||||
|
||||
* Upload to unstable to get ci.debian.net testing
|
||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -363,9 +363,10 @@ override_dh_auto_configure: preconfigure
|
||||
-DLLVM_ENABLE_FFI=ON \
|
||||
$(CMAKE_EXTRA) \
|
||||
-DLIBCLANG_LIBRARY_VERSION=$(SONAME_EXT) \
|
||||
-DCLANG_LINK_CLANG_DYLIB=ON \
|
||||
-DCLANG_LINK_CLANG_DYLIB=ON \
|
||||
-DENABLE_LINKER_BUILD_ID=ON \
|
||||
-DPOLLY_BUNDLED_JSONCPP=OFF \
|
||||
-DCOMPILER_RT_USE_LIBCXX=NO \
|
||||
$(Z3_FLAG) \
|
||||
-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD="AVR" \
|
||||
-DLLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN=ON \
|
||||
|
Loading…
Reference in New Issue
Block a user