mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-11 14:02:44 +00:00
restrict the check to make it work on i386
This commit is contained in:
parent
efadf6233b
commit
fcc6121745
4
debian/qualify-clang.sh
vendored
4
debian/qualify-clang.sh
vendored
@ -206,7 +206,7 @@ if ! grep "Using llvm-symbolizer" foo.log; then
|
|||||||
cat foo.log
|
cat foo.log
|
||||||
exit 42
|
exit 42
|
||||||
fi
|
fi
|
||||||
if ! grep "new\[\](unsigned long)" foo.log; then
|
if ! grep "new\[\](unsigned" foo.log; then
|
||||||
echo "could not symbolize correctly"
|
echo "could not symbolize correctly"
|
||||||
cat foo.log
|
cat foo.log
|
||||||
exit 42
|
exit 42
|
||||||
@ -218,7 +218,7 @@ if ! grep "foo.cpp:3:3" foo.log; then
|
|||||||
exit 42
|
exit 42
|
||||||
fi
|
fi
|
||||||
./a.out &> foo.log || true
|
./a.out &> foo.log || true
|
||||||
if ! grep "new\[\](unsigned long)" foo.log; then
|
if ! grep "new\[\](unsigned" foo.log; then
|
||||||
echo "could not symbolize correctly"
|
echo "could not symbolize correctly"
|
||||||
cat foo.log
|
cat foo.log
|
||||||
exit 42
|
exit 42
|
||||||
|
Loading…
Reference in New Issue
Block a user