* Add back CMAKE_EXTRA to build LLVM gold (Closes: #993664)

This commit is contained in:
Sylvestre Ledru 2021-09-04 16:38:42 +02:00
parent 929717877e
commit 0cf955e0aa
2 changed files with 10 additions and 1 deletions

10
debian/changelog vendored
View File

@ -1,3 +1,12 @@
llvm-toolchain-12 (1:12.0.1-8) unstable; urgency=medium
* Add back CMAKE_EXTRA to build LLVM gold (Closes: #993664)
[ Gianfranco Costamagna ]
* Refresh symbols on riscv64
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 04 Sep 2021 16:38:24 +0200
llvm-toolchain-12 (1:12.0.1-7) unstable; urgency=medium
* Add debian/source/options to ignore the diff (much much faster to repack)
@ -9,7 +18,6 @@ llvm-toolchain-12 (1:12.0.1-7) unstable; urgency=medium
* Add a patch to fix omp build on riscv64
* Don't build lldb on riscv64, fails to build due to missing
CreateHostNativeRegisterContextLinux implementation on this architecture.
* Refresh symbols on riscv64
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 31 Aug 2021 20:56:40 +0200

1
debian/rules vendored
View File

@ -434,6 +434,7 @@ override_dh_auto_configure: preconfigure
-DCOMPILER_RT_USE_LIBCXX=NO \
-DLIBUNWIND_USE_COMPILER_RT=ON \
$(Z3_FLAG) \
$(CMAKE_EXTRA) \
-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD="AVR" \
-DLLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN=ON \
-DCLANG_VENDOR=$(VENDOR) \