Skip to content

Commit 8d74d35

Browse files
committed
[Apple Silicon][Test] Enable testing for arm64 macOS
1 parent 87612b4 commit 8d74d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ if run_vendor == 'apple':
828828
'the swift_test_mode is "only_non_executable". Current '
829829
'swift_test_mode is {}.'.format(swift_test_mode))
830830

831-
if 'arm' in run_cpu:
831+
if 'arm' in run_cpu and not (run_os == 'macosx' or run_os == 'maccatalyst'):
832832
# iOS/tvOS/watchOS device
833833
if run_os == 'ios':
834834
lit_config.note('Testing iOS ' + config.variant_triple)

0 commit comments

Comments
 (0)