mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-28 08:25:31 +00:00
Merge branch 'atomic-snapshot' into 'snapshot'
Explicitly link against -latomic on all ports, not only the Linux ones See merge request pkg-llvm-team/llvm-toolchain!87
This commit is contained in:
commit
42be6c7d9f
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,10 +1,14 @@
|
||||
llvm-toolchain-snapshot (1:14~++20220116120030+696f9706f34d-1~exp1) UNRELEASED; urgency=medium
|
||||
|
||||
[ Sylvestre Ledru ]
|
||||
* Remove lldb-instr to match upstream change 4609e30f5001cfcba59d1f2f90ce72ebfda6e61f
|
||||
* Ugly workaround to enable scan-build on runtimes
|
||||
debian/patches/use-scan-build-runtimes.diff
|
||||
* Python 2 => 3 to unbreak the 'scanbuild_py_makefile.txt' test
|
||||
|
||||
[ Samuel Thibault ]
|
||||
* Explicitly link against -latomic on hurd-i386 as well.
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 16 Jan 2022 00:00:49 +0100
|
||||
|
||||
llvm-toolchain-snapshot (1:14~++20220107114130+3a604fdbcd5f-1~exp1) experimental; urgency=medium
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -96,7 +96,7 @@ ifneq (,$(filter $(DEB_HOST_ARCH),sparc sparc64))
|
||||
STAGE_1_CMAKE_EXTRA += -DLLVM_PARALLEL_LINK_JOBS=4
|
||||
endif
|
||||
|
||||
ifneq (,$(filter $(DEB_HOST_ARCH),i386 armel mipsel powerpc powerpcspe riscv64))
|
||||
ifneq (,$(filter $(DEB_HOST_ARCH),i386 hurd-i386 kfreebsd-i386 armel mipsel powerpc powerpcspe riscv64))
|
||||
# For some reason, in the stage2 build, when clang is used to compile
|
||||
# itself. The atomic detection is failing on armel and riscv64. Forcing the inclusion
|
||||
# everywhere and in all stages
|
||||
|
Loading…
Reference in New Issue
Block a user