Skip to content

Commit d9cfd06

Browse files
committed
Swift: do not skip newly supported CLI args
1 parent 44f4ff1 commit d9cfd06

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

swift/tools/tracing-config.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ function RegisterExtractorPack(id)
2929
strip_unsupported_arg(args, '-emit-localized-strings', 0)
3030
strip_unsupported_arg(args, '-emit-localized-strings-path', 1)
3131
strip_unsupported_arg(args, '-stack-check', 0)
32-
strip_unsupported_arg(args, '-disable-clang-spi', 0)
33-
strip_unsupported_arg(args, '-empty-abi-descriptor', 0)
34-
strip_unsupported_arg(args, '-enable-bare-slash-regex', 0)
3532
end
3633

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

0 commit comments

Comments
 (0)