mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-28 03:04:44 +00:00
Disable compiler-rt built-ins on x32
This commit is contained in:
parent
f95182229b
commit
bfbd8f81ed
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -2,6 +2,7 @@ llvm-toolchain-snapshot (1:15~++20220509105605+460fc79a080b-1~exp4) UNRELEASED;
|
|||||||
|
|
||||||
[ John Paul Adrian Glaubitz ]
|
[ John Paul Adrian Glaubitz ]
|
||||||
* Enable GRPC build dependency only on supported targets
|
* Enable GRPC build dependency only on supported targets
|
||||||
|
* Disable compiler-rt built-ins on x32
|
||||||
|
|
||||||
[ Sylvestre Ledru ]
|
[ Sylvestre Ledru ]
|
||||||
* Add usr/lib/llvm-15/lib/libomptarget.devicertl.a to libomp-X-dev
|
* Add usr/lib/llvm-15/lib/libomptarget.devicertl.a to libomp-X-dev
|
||||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -202,6 +202,9 @@ endif
|
|||||||
ifneq (,$(filter $(DEB_HOST_ARCH),x32))
|
ifneq (,$(filter $(DEB_HOST_ARCH),x32))
|
||||||
STAGE_ALL_CMAKE_EXTRA += -DLLVM_HOST_TRIPLE=x86_64-linux-gnux32
|
STAGE_ALL_CMAKE_EXTRA += -DLLVM_HOST_TRIPLE=x86_64-linux-gnux32
|
||||||
STAGE_ALL_CMAKE_EXTRA += -DLLVM_DEFAULT_TARGET_TRIPLE=x86_64-linux-gnux32
|
STAGE_ALL_CMAKE_EXTRA += -DLLVM_DEFAULT_TARGET_TRIPLE=x86_64-linux-gnux32
|
||||||
|
STAGE_ALL_CMAKE_EXTRA += -DCOMPILER_RT_BUILD_BUILTINS=OFF
|
||||||
|
COMPILER_RT_USE_BUILTINS_LIBRARY := OFF
|
||||||
|
LIBCXX_USE_COMPILER_RT := OFF
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter $(DEB_HOST_ARCH),hurd-i386))
|
ifneq (,$(filter $(DEB_HOST_ARCH),hurd-i386))
|
||||||
|
Loading…
Reference in New Issue
Block a user