mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-27 15:51:58 +00:00
Merge remote-tracking branch 'origin/15' into snapshot
This commit is contained in:
commit
ac0cb0c96c
4
debian/rules
vendored
4
debian/rules
vendored
@ -106,7 +106,7 @@ ifneq (,$(filter $(DISTRO),stretch))
|
|||||||
# GCC_VERSION := 7
|
# GCC_VERSION := 7
|
||||||
# Don't enable lld python for old distros
|
# Don't enable lld python for old distros
|
||||||
STAGE_ALL_CMAKE_EXTRA += -DLLDB_ENABLE_PYTHON=OFF
|
STAGE_ALL_CMAKE_EXTRA += -DLLDB_ENABLE_PYTHON=OFF
|
||||||
USE_CLANG = yes
|
USE_CLANG_PACKAGE_TO_BUILD_ITSELF = yes
|
||||||
endif
|
endif
|
||||||
|
|
||||||
Z3_FLAG = -DLLVM_ENABLE_Z3_SOLVER=OFF
|
Z3_FLAG = -DLLVM_ENABLE_Z3_SOLVER=OFF
|
||||||
@ -139,7 +139,7 @@ endif
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(USE_CLANG),yes)
|
ifeq ($(USE_CLANG_PACKAGE_TO_BUILD_ITSELF),yes)
|
||||||
# For Debian stretch, gcc isn't available, let's use clang
|
# For Debian stretch, gcc isn't available, let's use clang
|
||||||
# itself to build itself.
|
# itself to build itself.
|
||||||
export CC=clang-14
|
export CC=clang-14
|
||||||
|
Loading…
Reference in New Issue
Block a user