[PATCH] D121822: [bootstrap] Allow passing options to sub-builds for all targets
Louis Dionne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 16 09:41:09 PDT 2022
ldionne added a comment.
This is a strawman proposal. The end goal I'd like to achieve is being able to pass options to sub-builds without worrying about setting the right target. In other words, I want to pass roughly `LIBCXX_TEST_CONFIG=<config>` instead of having to do `RUNTIMES_x86_64-apple-darwin20.xx.yy_LIBCXX_TEST_CONFIG=<config>` for each target I'm building.
I don't mind how we achieve this, and if @phosek thinks this is not the right approach, I am not married to it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121822/new/
https://reviews.llvm.org/D121822
More information about the llvm-commits
mailing list