Skip to content

Commit a9c3775

Browse files
committed
[clang] Fixup last value in DarwinPlatformKind
1 parent ab92f62 commit a9c3775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Driver/ToolChains/Darwin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ class LLVM_LIBRARY_VISIBILITY Darwin : public MachO {
300300
WatchOS,
301301
DriverKit,
302302
XROS,
303-
LastDarwinPlatform = DriverKit
303+
LastDarwinPlatform = XROS
304304
};
305305
enum DarwinEnvironmentKind {
306306
NativeEnvironment,

0 commit comments

Comments
 (0)