mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 20:09:34 +00:00
doesn't segfault anymore, enabling the test
This commit is contained in:
parent
c755f1a46f
commit
e1473e66f3
2
debian/qualify-clang.sh
vendored
2
debian/qualify-clang.sh
vendored
@ -373,7 +373,7 @@ clang++-$VERSION -c -o part1.o foo.cpp $FLAGS
|
|||||||
if test -f /usr/bin/g++; then
|
if test -f /usr/bin/g++; then
|
||||||
g++ -c -o part2.o -DPART2 foo.cpp $FLAGS
|
g++ -c -o part2.o -DPART2 foo.cpp $FLAGS
|
||||||
clang++-$VERSION -o foo part1.o part2.o $FLAGS
|
clang++-$VERSION -o foo part1.o part2.o $FLAGS
|
||||||
./foo || true
|
./foo
|
||||||
fi
|
fi
|
||||||
rm part1.o part2.o
|
rm part1.o part2.o
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user