Skip to content

Commit ede5fcb

Browse files
committed
test: remove target macro for Windows
The target is now specified by the frontend so we do not need to specify the target manually.
1 parent 1d10a6a commit ede5fcb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/lit.cfg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -338,10 +338,6 @@ swift_version = lit_config.params.get('swift-version',
338338
lit_config.note('Compiling with -swift-version ' + swift_version)
339339
config.swift_test_options = '-swift-version ' + swift_version
340340

341-
if run_os == 'windows-msvc':
342-
if run_cpu == 'x86_64':
343-
config.swift_test_options += ' -Xcc -D_AMD64_'
344-
345341
test_options = os.environ.get('SWIFT_TEST_OPTIONS')
346342
if test_options:
347343
config.swift_test_options += ' '

0 commit comments

Comments
 (0)