We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72808c commit 1b11d9dCopy full SHA for 1b11d9d
utils/resolve-crashes.py
@@ -16,7 +16,7 @@ def execute_cmd(cmd):
16
# The regular expression we use to match compiler-crasher lines.
17
regex = re.compile(
18
'.*Swift(.*) :: '
19
- '(compiler_crashers|compiler_crashers_2|IDE/crashers)/(.*\.swift).*')
+ '(compiler_crashers|compiler_crashers_2|IDE/crashers|SIL/crashers)/(.*\.swift|.*\.sil).*')
20
21
# Take the output of lit as standard input.
22
for line in sys.stdin:
0 commit comments