[PATCH] D112748: [release] Use the Bootstrapping build for building LLVM releases

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 26 10:26:02 PST 2022


amyk added inline comments.


================
Comment at: llvm/utils/release/test-release.sh:241
 if [ $do_rt = "yes" ]; then
-  projects="$projects compiler-rt"
+  projects="$runtimes compiler-rt"
 fi
----------------
ldionne wrote:
> amyk wrote:
> > Thanks @ldionne for explaining! I just noticed, but I think you also probably meant this in your latest update of this patch?
> Geez, thank you.
I initially missed this, but thank you for updating/addressing the review comment! :-)

A quick question I had was, with LLVM 14 approaching soon, will this method be the way we build for the upcoming release?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112748/new/

https://reviews.llvm.org/D112748



More information about the llvm-commits mailing list