Add a flag to enable BOLT. Should be used in x86-64 and
AArch64 linux builds only, since BOLT doesn't really support other
targets and is mostly tested on these two systems as hosts.
Details
Details
- Reviewers
tstellar thieta - Commits
- rGe99490512e91: [test-release] Add option to build BOLT
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/utils/release/test-release.sh | ||
---|---|---|
38 | Any reason why off by default? It would be great to have it in llvm-16 |
llvm/utils/release/test-release.sh | ||
---|---|---|
38 | We can make it on by default if the target is x86-64 or AArch64 linux. It isn't really tested on other platforms. |
llvm/utils/release/test-release.sh | ||
---|---|---|
38 | Yes, please. We would like to use it but it more easier if we dont have to build it. |
Any reason why off by default?
It would be great to have it in llvm-16