r366980 made lit invocations instead invoke env ...options... lit. This
invokes the external env command, which we generally avoid (as per
r242696). This change replaces the env invocation by lit's built-in
clear_environment configuration functionality.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 35993 Build 35992: arc lint + arc unit
Event Timeline
Comment Actions
I think this ended up being reverted in rL367627, see the discussion on the review:
https://reviews.llvm.org/D65156#1610296
I suppose you can abandon this and @jdenny can use this solution or come up with a different one.
Comment Actions
Thanks. :-)
I believe that also clears those variables for the outer lit running lit's test suite. I only wanted to clear them for the %{lit} calls within lit's test suite.