Skip to content

Commit 1b11d9d

Browse files
committed
Teach resolve-crashers.py to resolve SIL crashers
1 parent e72808c commit 1b11d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: utils/resolve-crashes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def execute_cmd(cmd):
1616
# The regular expression we use to match compiler-crasher lines.
1717
regex = re.compile(
1818
'.*Swift(.*) :: '
19-
'(compiler_crashers|compiler_crashers_2|IDE/crashers)/(.*\.swift).*')
19+
'(compiler_crashers|compiler_crashers_2|IDE/crashers|SIL/crashers)/(.*\.swift|.*\.sil).*')
2020

2121
# Take the output of lit as standard input.
2222
for line in sys.stdin:

0 commit comments

Comments
 (0)