[PATCH] D137305: [test-release] Build BOLT by default for x86/arm
Tobias Hieta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 3 01:29:06 PDT 2022
thieta accepted this revision.
thieta added a comment.
This revision is now accepted and ready to land.
looks fine with a small comment.
================
Comment at: llvm/utils/release/test-release.sh:53
+ case $Machine in
+ x86_64 )
+ do_bolt="yes"
----------------
why not `x86_64 | arm64 | aarch64` instead of two lines?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137305/new/
https://reviews.llvm.org/D137305
More information about the llvm-commits
mailing list