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 1a18401 + ede5fcb commit 11a8be1Copy full SHA for 11a8be1
test/lit.cfg
@@ -340,10 +340,6 @@ swift_version = lit_config.params.get('swift-version',
340
lit_config.note('Compiling with -swift-version ' + swift_version)
341
config.swift_test_options = '-swift-version ' + swift_version
342
343
-if run_os == 'windows-msvc':
344
- if run_cpu == 'x86_64':
345
- config.swift_test_options += ' -Xcc -D_AMD64_'
346
-
347
test_options = os.environ.get('SWIFT_TEST_OPTIONS')
348
if test_options:
349
config.swift_test_options += ' '
0 commit comments