mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-13 07:18:05 +00:00
Remove an old test - was already added back the line above
This commit is contained in:
parent
1ee4395092
commit
f141f0b16c
2
debian/qualify-clang.sh
vendored
2
debian/qualify-clang.sh
vendored
@ -1205,8 +1205,6 @@ int main()
|
||||
}
|
||||
" > foo.c
|
||||
clang-$VERSION -O3 -mllvm -polly -mllvm -polly-parallel -lgomp foo.c
|
||||
# Comment because of https://bugs.llvm.org/show_bug.cgi?id=43164
|
||||
#clang-$VERSION -O3 -mllvm -polly -mllvm -lgomp -polly-parallel 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
|
||||
|
Loading…
Reference in New Issue
Block a user