File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,12 @@ function RegisterExtractorPack(id)
5353 strip_unsupported_arg (args , ' -stack-check' , 0 )
5454 strip_unsupported_arg (args , ' -experimental-skip-non-inlinable-function-bodies-without-types' , 0 )
5555 strip_unsupported_clang_arg (args , ' -ivfsstatcache' , 1 )
56+ -- The four args below are removed to workaround version mismatches due to recent versions
57+ -- of Xcode defaulting to explicit modules:
58+ strip_unsupported_arg (args , ' -disable-implicit-swift-modules' , 0 )
59+ strip_unsupported_clang_arg (args , ' -fno-implicit-modules' , 0 )
60+ strip_unsupported_clang_arg (args , ' -fno-implicit-module-maps' , 0 )
61+ strip_unsupported_arg (args , ' -explicit-swift-module-map-file' , 1 )
5662 end
5763
5864 -- xcodebuild does not always specify the -resource-dir in which case the compiler falls back
You can’t perform that action at this time.
0 commit comments