Skip to content

Commit 11a8be1

Browse files
authored
Merge pull request #21802 from compnerd/we-are-not-lisp
test: remove target macro for Windows
2 parents 1a18401 + ede5fcb commit 11a8be1

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
@@ -340,10 +340,6 @@ swift_version = lit_config.params.get('swift-version',
340340
lit_config.note('Compiling with -swift-version ' + swift_version)
341341
config.swift_test_options = '-swift-version ' + swift_version
342342

343-
if run_os == 'windows-msvc':
344-
if run_cpu == 'x86_64':
345-
config.swift_test_options += ' -Xcc -D_AMD64_'
346-
347343
test_options = os.environ.get('SWIFT_TEST_OPTIONS')
348344
if test_options:
349345
config.swift_test_options += ' '

0 commit comments

Comments
 (0)