mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-09 13:16:15 +00:00
Merge remote-tracking branch 'origin/13' into snapshot
This commit is contained in:
commit
b6ff3b9b34
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -66,12 +66,17 @@ llvm-toolchain-snapshot (1:14~++20210715093511+afc760ef3527-1~exp2) unstable; ur
|
|||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 06 Aug 2021 08:40:58 +0200
|
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 06 Aug 2021 08:40:58 +0200
|
||||||
|
|
||||||
llvm-toolchain-13 (1:13.0.0~+rc3-2) UNRELEASED; urgency=medium
|
llvm-toolchain-13 (1:13.0.0~+rc3-2) unstable; urgency=medium
|
||||||
|
|
||||||
* Ship clang-repl
|
* Ship clang-repl
|
||||||
See https://reviews.llvm.org/D106813
|
See https://reviews.llvm.org/D106813
|
||||||
|
* Replace make by ninja for the build process
|
||||||
|
It is now more tested than make by upstream
|
||||||
|
And it is supposed to be faster
|
||||||
|
Removed openmp/bootstrap-with-openmp-version-export-missing.diff
|
||||||
|
as it seems that the ninja move fixed it
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 17 Sep 2021 22:43:42 +0200
|
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 18 Sep 2021 19:30:47 +0200
|
||||||
|
|
||||||
llvm-toolchain-13 (1:13.0.0~+rc3-1) unstable; urgency=medium
|
llvm-toolchain-13 (1:13.0.0~+rc3-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -137,7 +137,7 @@ else
|
|||||||
control_vars = '-Vdep:devlibs=libstdc++6-$(GCC_VERSION)-dev'
|
control_vars = '-Vdep:devlibs=libstdc++6-$(GCC_VERSION)-dev'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(shell type -p llvm-spirv),)
|
ifeq $(shell bash -c "type -p llvm-spirv"))
|
||||||
LLVM_SPIRV_INSTALLED = no
|
LLVM_SPIRV_INSTALLED = no
|
||||||
else
|
else
|
||||||
LLVM_SPIRV_INSTALLED = yes
|
LLVM_SPIRV_INSTALLED = yes
|
||||||
@ -796,7 +796,7 @@ endif
|
|||||||
|
|
||||||
# Delete the target build directory to save some space on the build systems
|
# Delete the target build directory to save some space on the build systems
|
||||||
# All the files have been installed in $(CURDIR)/debian/tmp/ already
|
# All the files have been installed in $(CURDIR)/debian/tmp/ already
|
||||||
# rm -rf $(TARGET_BUILD)
|
rm -rf $(TARGET_BUILD)
|
||||||
|
|
||||||
|
|
||||||
override_dh_makeshlibs:
|
override_dh_makeshlibs:
|
||||||
|
Loading…
Reference in New Issue
Block a user