mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-07 17:29:17 +00:00
llvmlibc: try to workaround the bionic issue
This commit is contained in:
parent
b22e6ab21d
commit
bfae978799
8
debian/rules
vendored
8
debian/rules
vendored
@ -330,7 +330,13 @@ ifneq (,$(filter bolt-$(LLVM_VERSION), $(packages)))
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter libllvmlibc-$(LLVM_VERSION)-dev, $(packages)))
|
ifneq (,$(filter libllvmlibc-$(LLVM_VERSION)-dev, $(packages)))
|
||||||
RUNTIMES += ;libc
|
RUNTIMES += ;libc
|
||||||
|
LLVM_LIBC_FULL_DISTRO := bionic
|
||||||
|
# Workaround on bionic
|
||||||
|
# See https://github.com/llvm/llvm-project/issues/82467#issuecomment-2033193448
|
||||||
|
ifeq (,$(filter-out $(LLVM_LIBC_FULL_DISTRO), $(DISTRO)))
|
||||||
|
STAGE_ALL_CMAKE_EXTRA += -DLLVM_LIBC_FULL_BUILD=ON
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# flang is only for 64bits
|
# flang is only for 64bits
|
||||||
|
Loading…
Reference in New Issue
Block a user