Skip to content

Commit c63f12d

Browse files
committed
[Apple][NFC] Update macOS aligned version for lit config
This updates the aligned version for version 26. rdar://152851947
1 parent 522a375 commit c63f12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/lit.common.cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ def get_ios_commands_dir():
602602

603603
def get_macos_aligned_version(macos_vers):
604604
platform = config.apple_platform
605-
if platform == "osx":
605+
if platform == "osx" or macos_vers >= 26:
606606
return macos_vers
607607

608608
macos_major, macos_minor = macos_vers

0 commit comments

Comments
 (0)