Skip to content

Commit 2b12aec

Browse files
committed
Swift: skip more unsupported CLI args (new in Xcode 14)
1 parent 142d9eb commit 2b12aec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

swift/tools/tracing-config.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ 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)
3234
end
3335

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

0 commit comments

Comments
 (0)