mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2026-01-06 02:42:27 +00:00
show the error message
This commit is contained in:
parent
4ac6696373
commit
f441d5abcf
2
debian/qualify-clang.sh
vendored
2
debian/qualify-clang.sh
vendored
@ -164,7 +164,7 @@ clang++-$VERSION -std=c++11 foo.cpp
|
||||
|
||||
echo "Testing linking clang-cpp ..."
|
||||
|
||||
clang-$VERSION -lclang-cpp$VERSION -v foo.cpp -o o &> /dev/null
|
||||
clang-$VERSION -lclang-cpp$VERSION -v foo.cpp -o o > /dev/null
|
||||
if ! ldd o 2>&1|grep -q libclang-cpp; then
|
||||
echo "Didn't link against libclang-cpp$VERSION"
|
||||
exit 42
|
||||
|
||||
Loading…
Reference in New Issue
Block a user