mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-14 04:50:02 +00:00
qualify-clang.sh: add a check to make sure that libllvm is still co installable
This commit is contained in:
parent
0859c35d24
commit
1d5c011bd3
6
debian/qualify-clang.sh
vendored
6
debian/qualify-clang.sh
vendored
@ -30,6 +30,12 @@ if test ! -f /usr/lib/llvm-$VERSION/lib/libLLVM-$VERSION.so; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if test -f /usr/lib/llvm-$VERSION/lib/libLLVM.so; then
|
||||
echo "/usr/lib/llvm-$VERSION/lib/libLLVM.so found."
|
||||
echo "Break the build as it breaks the coinstalability"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "Testing llvm-$VERSION and llvm-$VERSION-dev ..."
|
||||
llvm-config-$VERSION --link-shared --libs &> /dev/null
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user