mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-06 05:57:23 +00:00
Fix autopkgtest
* In the autopkgtest tests, update the opt arguments (-q removed and -basicaa renamed to -basic-aa)
This commit is contained in:
parent
9c3ec8e626
commit
d3d6dac5ef
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -58,6 +58,12 @@ llvm-toolchain-11 (1:11.0.0~+rc3-2) unstable; urgency=medium
|
||||
clang (LLVM option parsing): Unknown command line argument '-polly'.
|
||||
Try: 'clang (LLVM option parsing) --help'
|
||||
Also found in autopkgtest
|
||||
* Bring back LLVM_POLLY_LINK_INTO_TOOLS=ON to workaround the error
|
||||
clang (LLVM option parsing): Unknown command line argument '-polly'.
|
||||
Try: 'clang (LLVM option parsing) --help'
|
||||
Fix autopkgtest
|
||||
* In the autopkgtest tests, update the opt arguments (-q removed and
|
||||
-basicaa renamed to -basic-aa)
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 26 Sep 2020 21:29:05 +0200
|
||||
|
||||
|
2
debian/qualify-clang.sh
vendored
2
debian/qualify-clang.sh
vendored
@ -1067,7 +1067,7 @@ clang-$VERSION -O3 -mllvm -polly -mllvm -polly-parallel -lgomp foo.c
|
||||
clang-$VERSION -O3 -mllvm -polly -mllvm -polly-vectorizer=stripmine foo.c
|
||||
clang-$VERSION -S -fsave-optimization-record -emit-llvm foo.c -o matmul.s
|
||||
opt-$VERSION -S -polly-canonicalize matmul.s > matmul.preopt.ll > /dev/null
|
||||
opt-$VERSION -basicaa -polly-ast -analyze -q matmul.preopt.ll -polly-process-unprofitable > /dev/null
|
||||
opt-$VERSION -basic-aa -polly-ast -analyze 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