mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-14 04:50:02 +00:00
silent the output
This commit is contained in:
parent
7a048d4ca0
commit
f78287b60f
2
debian/qualify-clang.sh
vendored
2
debian/qualify-clang.sh
vendored
@ -80,7 +80,7 @@ echo '#include <emmintrin.h>' > foo.cc
|
||||
clang++-$VERSION -c foo.cc
|
||||
|
||||
# Bug 913213
|
||||
echo '#include <limits.h>' | clang-$VERSION -E -
|
||||
echo '#include <limits.h>' | clang-$VERSION -E - > /dev/null
|
||||
|
||||
# bug 827866
|
||||
echo 'bool testAndSet(void *atomic) {
|
||||
|
Loading…
Reference in New Issue
Block a user