mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-10 04:34: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
|
||||
exit 42
|
||||
fi
|
||||
if ! grep "new\[\](unsigned long)" foo.log; then
|
||||
if ! grep "new\[\](unsigned" foo.log; then
|
||||
echo "could not symbolize correctly"
|
||||
cat foo.log
|
||||
exit 42
|
||||
@ -218,7 +218,7 @@ if ! grep "foo.cpp:3:3" foo.log; then
|
||||
exit 42
|
||||
fi
|
||||
./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"
|
||||
cat foo.log
|
||||
exit 42
|
||||
|
Loading…
Reference in New Issue
Block a user