mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-02 11:55:53 +00:00
New upstream release but disabled for now because of https://github.com/rui314/mold/issues/1224
This commit is contained in:
parent
f802896e03
commit
afcf07feaa
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,8 +1,10 @@
|
|||||||
llvm-toolchain-18 (1:18.1.2-2) unstable; urgency=medium
|
llvm-toolchain-18 (1:18.1.3-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* New upstream release
|
||||||
* Only install mold when used
|
* Only install mold when used
|
||||||
|
but disabled for now because of https://github.com/rui314/mold/issues/1224
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 22 Mar 2024 21:24:18 +0100
|
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 04 Apr 2024 07:57:13 +0200
|
||||||
|
|
||||||
llvm-toolchain-18 (1:18.1.2-1) unstable; urgency=medium
|
llvm-toolchain-18 (1:18.1.2-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
9
debian/rules
vendored
9
debian/rules
vendored
@ -307,10 +307,11 @@ MOLD_DISABLE_DISTRO := bionic buster focal buster bullseye bookworm
|
|||||||
ifeq (,$(filter-out $(MOLD_DISABLE_DISTRO), $(DISTRO)))
|
ifeq (,$(filter-out $(MOLD_DISABLE_DISTRO), $(DISTRO)))
|
||||||
# mold is too old on this distro
|
# mold is too old on this distro
|
||||||
MOLD_ENABLE=no
|
MOLD_ENABLE=no
|
||||||
else
|
#else
|
||||||
MOLD_ENABLE=yes
|
# disable mold until https://github.com/rui314/mold/issues/1224 is fixed
|
||||||
STAGE_ALL_CMAKE_EXTRA += -DLLVM_USE_LINKER=mold
|
# MOLD_ENABLE=yes
|
||||||
control_vars += ', mold'
|
# STAGE_ALL_CMAKE_EXTRA += -DLLVM_USE_LINKER=mold
|
||||||
|
# control_vars += ', mold'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
BINUTILS_GOLD_ARCHS := amd64 arm64 armhf i386 ppc64 ppc64el 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
|
||||||
|
Loading…
Reference in New Issue
Block a user