mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-10-17 12:14:23 +00:00
Merge branch '7' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into 7
This commit is contained in:
commit
f781db0ead
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -2,6 +2,8 @@ llvm-toolchain-7 (1:7-9) UNRELEASED; urgency=medium
|
||||
|
||||
* Update the clang manpage to remove osx specific options
|
||||
and to add -arch (Closes: #743133)
|
||||
* Bring back usr/lib/@DEB_HOST_MULTIARCH@/{libiomp5.so, libomp5.so}
|
||||
symlink for gcc (Closes: #912641)
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 04 Nov 2018 18:07:23 +0100
|
||||
|
||||
|
3
debian/libomp-X.Y-dev.links.in
vendored
Normal file
3
debian/libomp-X.Y-dev.links.in
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
/usr/lib/llvm-@LLVM_VERSION@/lib/libomp.so usr/lib/@DEB_HOST_MULTIARCH@/libomp5.so
|
||||
/usr/lib/llvm-@LLVM_VERSION@/lib/libomp.so usr/lib/@DEB_HOST_MULTIARCH@/libiomp5.so
|
||||
|
2
debian/tests/control
vendored
2
debian/tests/control
vendored
@ -1,3 +1,3 @@
|
||||
Test-Command: bash -v ./debian/qualify-clang.sh
|
||||
Depends: @, cmake, g++
|
||||
Depends: @, cmake, g++, file
|
||||
Restrictions: allow-stderr
|
||||
|
Loading…
Reference in New Issue
Block a user