Commit 794f82e
authored
[Flang] Enable lit's internal shell by default
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 llvm#102704.
Reviewers: clementval, kiranchandramohan, Meinersbur
Reviewed By: clementval
Pull Request: llvm#1561161 parent 3e17864 commit 794f82e
1 file changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
21 | 32 | | |
22 | 33 | | |
23 | 34 | | |
24 | 35 | | |
25 | | - | |
| 36 | + | |
26 | 37 | | |
27 | 38 | | |
28 | 39 | | |
| |||
0 commit comments