diff --git a/debian/changelog b/debian/changelog index cc6696a9..ce69d90b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,17 +1,12 @@ -llvm-toolchain-snapshot (1:16~++20221029101856+b203511c4fc1-1~exp1) experimental; urgency=medium +llvm-toolchain-snapshot (1:16~++20221111053703+a77a02aa5794-1~exp1) UNRELEASED; urgency=medium - * experimental New snapshot release - * mlir: Disable test because of + * New snapshot release + * mlir: Disable test on i386 because of https://github.com/llvm/llvm-project/issues/58357 * Install llvm-debuginfo-analyzer in llvm-X.Y * Install clang-include-cleaner in clang-tools-X.Y * Build of openmp: use PROJECTS instead of RUNTIMES - - -- Sylvestre Ledru Sat, 29 Oct 2022 22:24:47 +0200 - -llvm-toolchain-snapshot (1:16~++20221014074853+2c72d90ecc69-1~exp1) experimental; urgency=medium - - * New snapshot release + See https://github.com/llvm/llvm-project/issues/58219 * Install usr/lib/llvm-16/include/__libunwind_config.h usr/lib/llvm-16/include/libunwind.h usr/lib/llvm-16/include/mach-o/compact_unwind_encoding.h @@ -20,8 +15,10 @@ llvm-toolchain-snapshot (1:16~++20221014074853+2c72d90ecc69-1~exp1) experimental usr/lib/llvm-16/include/unwind_itanium.h in libunwind-X.Y-dev * Install llvm-bat-dump in bolt-X.Y + * disable-openmpd.diff: Disable the test of openmpd + because of https://github.com/llvm/llvm-project/issues/58941 - -- Sylvestre Ledru Sat, 15 Oct 2022 10:01:55 +0200 + -- Sylvestre Ledru Fri, 11 Nov 2022 17:43:40 +0100 llvm-toolchain-snapshot (1:16~++20220830053930+25fdcb8e6ce3-1~exp1) experimental; urgency=medium diff --git a/debian/patches/disable-openmpd.diff b/debian/patches/disable-openmpd.diff new file mode 100644 index 00000000..dc53fcb1 --- /dev/null +++ b/debian/patches/disable-openmpd.diff @@ -0,0 +1,12 @@ +Index: llvm-toolchain-snapshot_16~++20221111053703+a77a02aa5794/openmp/libompd/CMakeLists.txt +=================================================================== +--- llvm-toolchain-snapshot_16~++20221111053703+a77a02aa5794.orig/openmp/libompd/CMakeLists.txt ++++ llvm-toolchain-snapshot_16~++20221111053703+a77a02aa5794/openmp/libompd/CMakeLists.txt +@@ -16,6 +16,6 @@ if(LIBOMP_OMPD_SUPPORT) + add_subdirectory(src) + if(LIBOMP_OMPD_GDB_SUPPORT) + add_subdirectory(gdb-plugin) +- add_subdirectory(test) ++# add_subdirectory(test) + endif() + endif()