[PATCH] D144603: Add option to disable compiler launcher on external projects
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 1 23:24:50 PST 2023
phosek added a comment.
In D144603#4162974 <https://reviews.llvm.org/D144603#4162974>, @haowei wrote:
> I think remove the compiler launcher from default pass through flags are fine. What about the using compiler launcher in runtime builds? I don't think we should read `CLANG_BOOTSTRAP_PASSTHROUGH` to determine if we should pass through compiler launcher flags.
I'd suggest a similar approach, that is remove `C_COMPILER_LAUNCHER` and `CXX_COMPILER_LAUNCHER` from the default passthrough list and provide a new `LLVM_EXTERNAL_PROJECT_PASSTHROUGH` variable.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144603/new/
https://reviews.llvm.org/D144603
More information about the cfe-commits
mailing list