Update changelog, upload to experimental

This commit is contained in:
Gianfranco Costamagna 2023-04-11 14:09:52 +02:00
parent 3e2d52cf55
commit 7b91480a54
2 changed files with 13 additions and 1 deletions

12
debian/changelog vendored
View File

@ -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
* New upstream release

2
debian/rules vendored
View File

@ -207,7 +207,7 @@ ifneq (,$(filter $(DEB_HOST_ARCH),powerpc))
STAGE_ALL_CMAKE_EXTRA += -DCOMPILER_RT_DEFAULT_TARGET_ONLY=ON
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))
NJOBS=2
endif