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 0a396ab commit b103997Copy full SHA for b103997
test/lit.cfg
@@ -878,7 +878,7 @@ if run_vendor == 'apple':
878
config.target_sdk_name = xcrun_sdk_name
879
config.target_ld = "%s ld -L%r" % (xcrun_prefix, make_path(test_resource_dir, config.target_sdk_name))
880
config.target_swift_frontend = (
881
- "%s -frontend %s -sdk %r %s %s " %
+ "%s -frontend %s -sdk %r %s %s -ignore-module-source-info" %
882
(config.swiftc, target_options, config.variant_sdk,
883
config.swift_test_options, config.swift_frontend_test_options))
884
subst_target_swift_frontend_mock_sdk = (
0 commit comments