[PATCH] D115105: [test-release.sh] Add an option to build lib projects as a part of default runtimes.

Louis Dionne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 6 10:35:54 PST 2021


ldionne added a comment.

Nitpick: In your commit message, I think you mean `LLVM_ENABLE_RUNTIMES`, not `LLVM_ENABLE_PROJECTS`.

I'm fine-ish with this change. Another approach would be D112748 <https://reviews.llvm.org/D112748>, where we automatically route various runtimes to `LLVM_ENABLE_RUNTIMES` without having to change how `test-release.sh` is invoked. I'm fine with either, I don't really have a preference.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115105



More information about the llvm-commits mailing list