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

Louis Dionne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 13 06:47:20 PST 2021


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:
> 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.


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