Merge "Expose Clang wrapper's dump usage stats option"
This commit is contained in:
commit
77b99b097b
2 changed files with 6 additions and 0 deletions
|
@ -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{
|
||||
|
|
|
@ -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()...)...)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue