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.
2 parents 4f9202a + 37701cb commit 26a6df1Copy full SHA for 26a6df1
test/lit.cfg
@@ -804,12 +804,10 @@ elif run_os in ['windows-msvc']:
804
config.target_runtime = 'native'
805
806
config.target_build_swift = \
807
- ('%r -target %s %s %s %s %s' % (config.swiftc, \
808
- config.variant_triple, \
809
- resource_dir_opt, \
810
- config.swift_test_options, \
811
- config.swift_driver_test_options, \
812
- swift_execution_tests_extra_flags))
+ ('%r -target %s %s %s %s %s -Xlinker -nodefaultlib:libcmt' % \
+ (config.swiftc, config.variant_triple, resource_dir_opt, \
+ config.swift_test_options, config.swift_driver_test_options,\
+ swift_execution_tests_extra_flags))
813
814
config.target_run = ''
815
0 commit comments