Skip to content

Commit c0457e1

Browse files
authored
Merge pull request #446 from ReillyBrogan/polly-plugin
boulder/macros: Update polly flags
2 parents b0a46ff + 32f1f55 commit c0457e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boulder/data/macros/arch/base.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,8 +516,8 @@ flags :
516516
# Enable LLVM polly optimisations (OFF)
517517
- polly:
518518
llvm:
519-
c : "-Xclang -mllvm -Xclang -polly -Xclang -mllvm -Xclang -polly-vectorizer=stripmine"
520-
cxx : "-Xclang -mllvm -Xclang -polly -Xclang -mllvm -Xclang -polly-vectorizer=stripmine"
519+
c : "-fplugin=LLVMPolly.so -fpass-plugin=LLVMPolly.so -Xclang -mllvm -Xclang -polly -Xclang -mllvm -Xclang -polly-vectorizer=stripmine"
520+
cxx : "-fplugin=LLVMPolly.so -fpass-plugin=LLVMPolly.so -Xclang -mllvm -Xclang -polly -Xclang -mllvm -Xclang -polly-vectorizer=stripmine"
521521
d : "-polly -polly-vectorizer=stripmine"
522522

523523
# Toggle options you want to use with llvm-bolt (OFF)

0 commit comments

Comments
 (0)