diff --git a/debian/changelog b/debian/changelog index a9a6977c..7c699bd5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ llvm-toolchain-snapshot (1:13~++20210418105309+a0898f0cecc7-1~exp2) UNRELEASED; * Enable lld on s390x * remove libomptarget from openmp. done by upstream in f2f88f3e7a110b2d4d9da446e45f0dba040e62b2 + but install /usr/lib/llvm-13/lib/libomptarget-amdgcn-*.bc [ John Paul Adrian Glaubitz ] * Disable OpenMP on m68k diff --git a/debian/libomp-X.Y-dev.install.in b/debian/libomp-X.Y-dev.install.in index 083bb8ff..938acc60 100644 --- a/debian/libomp-X.Y-dev.install.in +++ b/debian/libomp-X.Y-dev.install.in @@ -7,3 +7,5 @@ /usr/lib/llvm-@LLVM_VERSION@/lib/libomp*.so [!armhf !mips64el] /usr/lib/llvm-@LLVM_VERSION@/lib/libarcher_static.a [!armhf !mips64el] /usr/lib/llvm-@LLVM_VERSION@/lib/libarcher.so + +/usr/lib/llvm-@LLVM_VERSION@/lib/libomptarget-amdgcn-*.bc \ No newline at end of file