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 d179e7a commit c892564Copy full SHA for c892564
swift/tools/tracing-config.lua
@@ -53,6 +53,10 @@ function RegisterExtractorPack(id)
53
strip_unsupported_arg(args, '-stack-check', 0)
54
strip_unsupported_arg(args, '-experimental-skip-non-inlinable-function-bodies-without-types', 0)
55
strip_unsupported_clang_arg(args, '-ivfsstatcache', 1)
56
+ strip_unsupported_arg(args, '-disable-implicit-swift-modules', 0)
57
+ strip_unsupported_clang_arg(args, '-fno-implicit-modules', 0)
58
+ strip_unsupported_clang_arg(args, '-fno-implicit-module-maps', 0)
59
+ strip_unsupported_arg(args, '-explicit-swift-module-map-file', 1)
60
end
61
62
-- xcodebuild does not always specify the -resource-dir in which case the compiler falls back
0 commit comments