mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-12-29 14:56:30 +00:00
test: remove a non existing option in opt. See df0b893d94e69856754a4247a44fd97d4a69b001
This commit is contained in:
parent
8faa78309e
commit
47420905cd
2
debian/qualify-clang.sh
vendored
2
debian/qualify-clang.sh
vendored
@ -1264,7 +1264,7 @@ fi
|
||||
|
||||
|
||||
opt-$VERSION -S -polly-canonicalize matmul.s > matmul.preopt.ll > /dev/null
|
||||
opt-$VERSION -basic-aa -polly-ast -analyze matmul.preopt.ll -polly-process-unprofitable > /dev/null
|
||||
opt-$VERSION -basic-aa -polly-ast matmul.preopt.ll -polly-process-unprofitable > /dev/null
|
||||
if test ! -f /usr/lib/llvm-$VERSION/share/opt-viewer/opt-viewer.py; then
|
||||
echo "Install llvm-$VERSION-tools"
|
||||
exit 42
|
||||
|
||||
Loading…
Reference in New Issue
Block a user