[PATCH] D115105: [test-release.sh] Add an option to build lib projects as a part of default runtimes.
Amy Kwan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 4 13:37:11 PST 2021
amyk added a comment.
My initial thought with this patch was to add the ability to supply the list of projects by a semicolon delimited
list with the `--runtimes` option, but of course, feedback is welcome with how exactly we want to achieve this
with `test-release.sh` and this method may not be the best way.
I primarily wanted to post this Phabricator review to start the discussion on building with
`-DLLVM_ENABLE_PROJECTS` within the release testing script.
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