You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lit's internal shell is faster as it avoids the overhead of needing to
fork bash for every run line, and also provides better debug information
on failures.
Now that all of flang's tests work correctly with lit's internal shell,
we can enable it by default to take advantage of the benefits.
Towards #102704.
Reviewers: clementval, kiranchandramohan, Meinersbur
Reviewed By: clementval
Pull Request: #156116
0 commit comments