[PATCH] D131703: [test-release] Add option to build BOLT
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 1 11:52:49 PDT 2022
xbolva00 added inline comments.
================
Comment at: llvm/utils/release/test-release.sh:38
do_openmp="yes"
+do_bolt="no"
do_lld="yes"
----------------
rafauler wrote:
> xbolva00 wrote:
> > Any reason why off by default?
> >
> > It would be great to have it in llvm-16
> We can make it on by default if the target is x86-64 or AArch64 linux. It isn't really tested on other platforms.
Yes, please.
We would like to use it but it more easier if we dont have to build it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131703/new/
https://reviews.llvm.org/D131703
More information about the llvm-commits
mailing list