Skip to content

Commit 8689539

Browse files
authored
Merge pull request #10488 from github/alexdenisov/skip-another-cli-arg
Swift: skip one more unsupported CLI arg
2 parents a9f2e52 + dafa9d2 commit 8689539

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

swift/tools/tracing-config.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ function RegisterExtractorPack(id)
3131
strip_unsupported_arg(args, '-stack-check', 0)
3232
strip_unsupported_arg(args, '-disable-clang-spi', 0)
3333
strip_unsupported_arg(args, '-empty-abi-descriptor', 0)
34+
strip_unsupported_arg(args, '-enable-bare-slash-regex', 0)
3435
end
3536

3637
-- xcodebuild does not always specify the -resource-dir in which case the compiler falls back

0 commit comments

Comments
 (0)