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

Louis Dionne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 26 13:42:51 PST 2022


ldionne 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
----------------
amyk wrote:
> 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?
Yes, I hope so. I am hoping to get some attention on this patch. @tstellar , I'm sure you're very busy with the release, but could you help me figure out how to properly test this? It would be great to build the runtimes in LLVM 14 the way we document it.


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