Skip to content

Commit

Permalink
Revert "[lit] Passthrough CLANG_MODULE_CACHE_PATH env var"
Browse files Browse the repository at this point in the history
This reverts commit 6466c9a.
  • Loading branch information
abrachet committed Jun 12, 2022
1 parent 45963ae commit 98052b6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions llvm/utils/lit/lit/TestingConfig.py
Expand Up @@ -77,14 +77,6 @@ def fromdefaults(litConfig):
if val:
environment[var] = val

pass_vars_emptyable = [
'CLANG_MODULE_CACHE_PATH',
]

for var in pass_vars_emptyable:
if var in os.environ:
environment[var] = os.environ[var]

# Set the default available features based on the LitConfig.
available_features = []
if litConfig.useValgrind:
Expand Down

0 comments on commit 98052b6

Please sign in to comment.