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 142d9eb commit 2b12aecCopy full SHA for 2b12aec
swift/tools/tracing-config.lua
@@ -29,6 +29,8 @@ function RegisterExtractorPack(id)
29
strip_unsupported_arg(args, '-emit-localized-strings', 0)
30
strip_unsupported_arg(args, '-emit-localized-strings-path', 1)
31
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
end
35
36
-- xcodebuild does not always specify the -resource-dir in which case the compiler falls back
0 commit comments