mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-11-01 06:20:15 +00:00
Be more flexible to install libomptarget-*.bc (ex: libomptarget-new-nvptx-*.bc are new)
This commit is contained in:
parent
9f4b056aaf
commit
73ce4026ef
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -4,6 +4,8 @@ llvm-toolchain-snapshot (1:14~++20211002060945+9452ec722ce0-1~exp1) experimental
|
||||
* Fix the "all" build
|
||||
* Disable LIBCXX_USE_COMPILER_RT on s390x as it fails. See bug 52022
|
||||
* Adjust the libomp_start_tool visibility on armhf
|
||||
* Be more flexible to install libomptarget-*.bc
|
||||
(ex: libomptarget-new-nvptx-*.bc are new)
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 02 Oct 2021 18:15:52 +0200
|
||||
|
||||
|
||||
3
debian/libomp-X.Y-dev.install.in
vendored
3
debian/libomp-X.Y-dev.install.in
vendored
@ -8,7 +8,6 @@
|
||||
[!armhf !mips64el] /usr/lib/llvm-@LLVM_VERSION@/lib/libarcher_static.a
|
||||
[!armhf !mips64el] /usr/lib/llvm-@LLVM_VERSION@/lib/libarcher.so
|
||||
|
||||
[amd64 ppc64el arm64] /usr/lib/llvm-@LLVM_VERSION@/lib/libomptarget-amdgcn-*.bc
|
||||
[amd64 ppc64el arm64] /usr/lib/llvm-@LLVM_VERSION@/lib/libomptarget-nvptx-*.bc
|
||||
[amd64 ppc64el arm64] /usr/lib/llvm-@LLVM_VERSION@/lib/libomptarget-*.bc
|
||||
|
||||
usr/lib/llvm-@LLVM_VERSION@/lib/cmake/openmp/*.cmake
|
||||
|
||||
Loading…
Reference in New Issue
Block a user