mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2026-01-04 20:58:59 +00:00
dumpversion test
This commit is contained in:
parent
7afb79bc7c
commit
0d62419943
7
debian/qualify-clang.sh
vendored
7
debian/qualify-clang.sh
vendored
@ -76,7 +76,12 @@ clang-$VERSION foo.c
|
||||
echo '#include <stddef.h>' > foo.c
|
||||
clang-$VERSION -c foo.c
|
||||
|
||||
|
||||
# https://bugs.launchpad.net/bugs/1810860
|
||||
clang-$VERSION -dumpversion &> foo.log
|
||||
if grep 4.2.1 foo.log; then
|
||||
echo "dumpversion still returns 4.2.1"
|
||||
# exit 1
|
||||
fi
|
||||
|
||||
# bug 903709
|
||||
echo '#include <stdatomic.h>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user