Add a [-b|--bootstrap] flag to change cxx-test-depends to
runtimes-test-depends when testing a build of libcxx from bootstrapping.
Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
Differential D157045
[libc++] Add support for bootstrapping build in libcxx-lit hawkinsw on Aug 3 2023, 3:35 PM. Authored by
Details
Add a [-b|--bootstrap] flag to change cxx-test-depends to Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
Diff Detail
Event TimelineComment Actions Hello everyone! It took me a bit to figure out that cxx-test-depends needed to be runtimes-test-depends and where/how to change that when using the libcxx-lit and thought that this little change might help! Comment Actions Since we're trying to move away from "runtimes" build and towards using the terminology "bootstapping" build, can we reflect that in the option name? Otherwise this looks like a good idea to me. |