mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-13 20:27:21 +00:00
* Add back CMAKE_EXTRA to build LLVM gold (Closes: #993664)
This commit is contained in:
parent
929717877e
commit
0cf955e0aa
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -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
1
debian/rules
vendored
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user