mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2026-01-01 22:24:45 +00:00
add a test for bug 913213
This commit is contained in:
parent
1ec882965b
commit
7e5c11fd6b
3
debian/qualify-clang.sh
vendored
3
debian/qualify-clang.sh
vendored
@ -79,6 +79,9 @@ fi
|
||||
echo '#include <emmintrin.h>' > foo.cc
|
||||
clang++-$VERSION -c foo.cc
|
||||
|
||||
# Bug 913213
|
||||
echo '#include <limits.h>' | clang-$VERSION -E -
|
||||
|
||||
# bug 827866
|
||||
echo 'bool testAndSet(void *atomic) {
|
||||
return __atomic_test_and_set(atomic, __ATOMIC_SEQ_CST);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user