mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-13 20:27:21 +00:00
Update changelog, upload to experimental
This commit is contained in:
parent
3e2d52cf55
commit
7b91480a54
12
debian/changelog
vendored
12
debian/changelog
vendored
@ -1,3 +1,15 @@
|
|||||||
|
llvm-toolchain-16 (1:16.0.1-1~exp2) experimental; urgency=medium
|
||||||
|
|
||||||
|
[ Sylvestre Ledru ]
|
||||||
|
* cherry pick changes from snapshot for sccache
|
||||||
|
|
||||||
|
[ Gianfranco Costamagna ]
|
||||||
|
* Use parallel=2 on riscv64
|
||||||
|
* Add omptarget again to optional interfaces (Closes: #1033933)
|
||||||
|
* Adapt test when llvm is built without Z3 support (error message changed)
|
||||||
|
|
||||||
|
-- Gianfranco Costamagna <locutusofborg@debian.org> Tue, 11 Apr 2023 14:09:36 +0200
|
||||||
|
|
||||||
llvm-toolchain-16 (1:16.0.1-1~exp1) experimental; urgency=medium
|
llvm-toolchain-16 (1:16.0.1-1~exp1) experimental; urgency=medium
|
||||||
|
|
||||||
* New upstream release
|
* New upstream release
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -207,7 +207,7 @@ ifneq (,$(filter $(DEB_HOST_ARCH),powerpc))
|
|||||||
STAGE_ALL_CMAKE_EXTRA += -DCOMPILER_RT_DEFAULT_TARGET_ONLY=ON
|
STAGE_ALL_CMAKE_EXTRA += -DCOMPILER_RT_DEFAULT_TARGET_ONLY=ON
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# more than 4 jobs causes OOM in Ubuntu and slows down build process.
|
# more than 2 jobs causes OOM in Ubuntu and slows down build process.
|
||||||
ifneq (,$(filter $(DEB_HOST_ARCH),riscv64))
|
ifneq (,$(filter $(DEB_HOST_ARCH),riscv64))
|
||||||
NJOBS=2
|
NJOBS=2
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user