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 1d10a6a commit ede5fcbCopy full SHA for ede5fcb
test/lit.cfg
@@ -338,10 +338,6 @@ 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