test: remove a non existing option in opt. See df0b893d94e69856754a4247a44fd97d4a69b001

This commit is contained in:
Sylvestre Ledru 2022-10-21 21:35:32 +02:00
parent 8faa78309e
commit 47420905cd

View File

@ -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