mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-29 01:49:08 +00:00
Merge branch '16' into snapshot
This commit is contained in:
commit
76a748b0a0
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -21,6 +21,12 @@ llvm-toolchain-snapshot (1:17~++20230128060150+75153adeda1a-1~exp1) experimental
|
|||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 28 Jan 2023 18:07:40 +0100
|
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 28 Jan 2023 18:07:40 +0100
|
||||||
|
|
||||||
|
llvm-toolchain-16 (1:16.0.0-1~exp3) experimental; urgency=medium
|
||||||
|
|
||||||
|
* Revert gold linker on riscv64, FTBFS
|
||||||
|
|
||||||
|
-- Gianfranco Costamagna <locutusofborg@debian.org> Tue, 21 Mar 2023 11:27:33 +0100
|
||||||
|
|
||||||
llvm-toolchain-16 (1:16.0.0-1~exp2) experimental; urgency=medium
|
llvm-toolchain-16 (1:16.0.0-1~exp2) experimental; urgency=medium
|
||||||
|
|
||||||
[ Matthias Klose <doko@ubuntu.com> ]
|
[ Matthias Klose <doko@ubuntu.com> ]
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -278,7 +278,7 @@ ifeq ($(LLVM_SPIRV_INSTALLED),yes)
|
|||||||
LIBCLC_LLVM_SPIRV = "-DLLVM_SPIRV=$(LLVM_SPIRV)"
|
LIBCLC_LLVM_SPIRV = "-DLLVM_SPIRV=$(LLVM_SPIRV)"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
BINUTILS_GOLD_ARCHS := amd64 arm64 armhf i386 ppc64 ppc64el riscv64 x32 s390x hurd-i386 kfreebsd-amd64 kfreebsd-i386
|
BINUTILS_GOLD_ARCHS := amd64 arm64 armhf i386 ppc64 ppc64el x32 s390x hurd-i386 kfreebsd-amd64 kfreebsd-i386
|
||||||
ifeq ($(shell dpkg --compare-versions $(shell dpkg-query -W -f '$${Version}' binutils) ge 2.23.1-1~exp3 ; echo $$?),0)
|
ifeq ($(shell dpkg --compare-versions $(shell dpkg-query -W -f '$${Version}' binutils) ge 2.23.1-1~exp3 ; echo $$?),0)
|
||||||
ifneq (,$(filter $(DEB_HOST_ARCH),$(BINUTILS_GOLD_ARCHS)))
|
ifneq (,$(filter $(DEB_HOST_ARCH),$(BINUTILS_GOLD_ARCHS)))
|
||||||
STAGE_ALL_CMAKE_EXTRA += -DLLVM_USE_LINKER=gold
|
STAGE_ALL_CMAKE_EXTRA += -DLLVM_USE_LINKER=gold
|
||||||
|
Loading…
Reference in New Issue
Block a user