diff --git a/debian/changelog b/debian/changelog index 83e0ceb2..d6a7871b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 11 Apr 2023 14:09:36 +0200 + llvm-toolchain-16 (1:16.0.1-1~exp1) experimental; urgency=medium * New upstream release diff --git a/debian/rules b/debian/rules index a76f52b8..5b60b57b 100755 --- a/debian/rules +++ b/debian/rules @@ -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