diff --git a/debian/changelog b/debian/changelog index acd11fb3..60d37106 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +llvm-toolchain-18 (1:18.1.7-1~exp1) experimental; urgency=medium + + [ Sylvestre Ledru ] + * Enable LLVM_ENABLE_PER_TARGET_RUNTIME_DIR + to move the libraries into multi archi directories + (Closes: #1067699, #1067005) + (LP: #2063207) + * Introduce the new variable @DEB_HOST_MULTIARCH_LLVM@ in the build system + because the LLVM triple is different than Debian + x86_64-pc-linux-gnu instead of x86_64-linux-gnu + * autopkgtest: only run libllvmlibc test on supported archs + + [ John Paul Adrian Glaubitz ] + * Don't install Gold plugin on sparc64 + * Disable LLVM testsuite on x32 + * Install liborc_rt-x86_64.a on x32 + * Install hwasan_symbolize on x32 + + -- Sylvestre Ledru Fri, 14 Jun 2024 13:18:40 +0200 + llvm-toolchain-18 (1:18.1.7-1) unstable; urgency=medium * New upstream release