mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-09 17:03:28 +00:00
remove old comment
This commit is contained in:
parent
d609b27db3
commit
2a5564a61e
1
debian/qualify-clang.sh
vendored
1
debian/qualify-clang.sh
vendored
@ -234,7 +234,6 @@ int main(void) {
|
|||||||
}' > foo.cpp
|
}' > foo.cpp
|
||||||
clang++-$VERSION -stdlib=libc++ foo.cpp -o o
|
clang++-$VERSION -stdlib=libc++ foo.cpp -o o
|
||||||
if ! ldd o 2>&1|grep -q libc++.so.1; then
|
if ! ldd o 2>&1|grep -q libc++.so.1; then
|
||||||
# if ! ./a.out 2>&1 | -q -E "(Test unit written|PreferSmall)"; then
|
|
||||||
echo "not linked against libc++.so.1"
|
echo "not linked against libc++.so.1"
|
||||||
exit -1
|
exit -1
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user