File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -351,7 +351,10 @@ if test_options:
351
351
config .swift_test_options += test_options
352
352
353
353
config .swift_frontend_test_options = os .environ .get ('SWIFT_FRONTEND_TEST_OPTIONS' , '' )
354
+ config .swift_frontend_test_options += ' -ignore-module-source-info'
354
355
config .swift_driver_test_options = os .environ .get ('SWIFT_DRIVER_TEST_OPTIONS' , '' )
356
+ config .swift_driver_test_options += ' -Xfrontend'
357
+ config .swift_driver_test_options += ' -ignore-module-source-info'
355
358
config .sil_test_options = os .environ .get ('SIL_TEST_OPTIONS' , '' )
356
359
357
360
clang_module_cache_path = make_path (config .swift_test_results_dir , "clang-module-cache" )
@@ -878,7 +881,7 @@ if run_vendor == 'apple':
878
881
config .target_sdk_name = xcrun_sdk_name
879
882
config .target_ld = "%s ld -L%r" % (xcrun_prefix , make_path (test_resource_dir , config .target_sdk_name ))
880
883
config .target_swift_frontend = (
881
- "%s -frontend %s -sdk %r %s %s -ignore-module-source-info " %
884
+ "%s -frontend %s -sdk %r %s %s" %
882
885
(config .swiftc , target_options , config .variant_sdk ,
883
886
config .swift_test_options , config .swift_frontend_test_options ))
884
887
subst_target_swift_frontend_mock_sdk = (
You can’t perform that action at this time.
0 commit comments