Skip to content

Commit b103997

Browse files
committed
lit: use -ignore-module-source-info when testing compiler front-end
1 parent 0a396ab commit b103997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ if run_vendor == 'apple':
878878
config.target_sdk_name = xcrun_sdk_name
879879
config.target_ld = "%s ld -L%r" % (xcrun_prefix, make_path(test_resource_dir, config.target_sdk_name))
880880
config.target_swift_frontend = (
881-
"%s -frontend %s -sdk %r %s %s " %
881+
"%s -frontend %s -sdk %r %s %s -ignore-module-source-info" %
882882
(config.swiftc, target_options, config.variant_sdk,
883883
config.swift_test_options, config.swift_frontend_test_options))
884884
subst_target_swift_frontend_mock_sdk = (

0 commit comments

Comments
 (0)