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 411c124 + 797a8a6 commit 4dc26baCopy full SHA for 4dc26ba
test/lit.cfg
@@ -338,6 +338,10 @@ swift_version = lit_config.params.get('swift-version',
338
lit_config.note('Compiling with -swift-version ' + swift_version)
339
config.swift_test_options = '-swift-version ' + swift_version
340
341
+if run_os == 'windows-msvc':
342
+ if run_cpu == 'x86_64':
343
+ config.swift_test_options += ' -Xcc -D_AMD64_'
344
+
345
test_options = os.environ.get('SWIFT_TEST_OPTIONS')
346
if test_options:
347
config.swift_test_options += ' '
0 commit comments