Skip to content

Commit e749f0c

Browse files
committed
lit.cfg: recognize armv7s as a supported architecture
1 parent b66523b commit e749f0c

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
@@ -546,7 +546,7 @@ if run_vendor == 'apple':
546546
lit_config.note('Testing watchOS ' + config.variant_triple)
547547
xcrun_sdk_name = "watchos"
548548

549-
if run_cpu == "armv7" or run_cpu == "armv7k":
549+
if run_cpu == "armv7" or run_cpu == "armv7s" or run_cpu == "armv7k":
550550
config.target_swiftmodule_name = "arm.swiftmodule"
551551
config.target_swiftdoc_name = "arm.swiftdoc"
552552
elif run_cpu == "arm64":

0 commit comments

Comments
 (0)