Skip to content

Commit d8b000f

Browse files
authored
Merge pull request #10448 from github/alexdenisov/swift-xcode-14
Swift: skip more unsupported CLI args (new in Xcode 14)
2 parents 142d9eb + 2b12aec commit d8b000f

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)