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

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 10 17:29:22 PST 2021


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
----------------
Thanks @ldionne for explaining! I just noticed, but I think you also probably meant this in your latest update of this patch?


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