mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-09 11:33: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
|
||||
clang++-$VERSION -stdlib=libc++ foo.cpp -o o
|
||||
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"
|
||||
exit -1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user