silent the output

This commit is contained in:
Sylvestre Ledru 2018-11-10 21:50:04 +01:00
parent 7a048d4ca0
commit f78287b60f

View File

@ -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) {