Skip to content

Commit

Permalink
Merge pull request ClangBuiltLinux#74 from nathanchance/polly
Browse files Browse the repository at this point in the history
build-llvm.py: Enable Polly by default
  • Loading branch information
nathanchance authored Mar 20, 2020
2 parents 06dc468 + 5bf2371 commit b083773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-llvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def parse_parameters(root_folder):
"""),
type=str,
default="clang;lld;compiler-rt")
default="clang;compiler-rt;lld;polly")
parser.add_argument("--pgo",
help=textwrap.dedent("""\
Build the final compiler with PGO, which can improve compile time performance.
Expand Down

0 comments on commit b083773

Please sign in to comment.