Merge "Expose Clang wrapper's dump usage stats option"

This commit is contained in:
Treehugger Robot 2022-04-19 04:58:34 +00:00 committed by Gerrit Code Review
commit 77b99b097b
2 changed files with 6 additions and 0 deletions

View file

@ -205,6 +205,9 @@ func runMakeProductConfig(ctx Context, config Config) {
"CCACHE_SLOPPINESS",
"CCACHE_BASEDIR",
"CCACHE_CPP2",
// LLVM compiler wrapper options
"TOOLCHAIN_RUSAGE_OUTPUT",
}
allVars := append(append([]string{

View file

@ -169,6 +169,9 @@ func runNinjaForBuild(ctx Context, config Config) {
"CCACHE_BASEDIR",
"CCACHE_CPP2",
"CCACHE_DIR",
// LLVM compiler wrapper options
"TOOLCHAIN_RUSAGE_OUTPUT",
}, config.BuildBrokenNinjaUsesEnvVars()...)...)
}