aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/llvm/include/llvm/TextAPI/MachO/Platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/llvm/include/llvm/TextAPI/MachO/Platform.h')
-rw-r--r--contrib/llvm-project/llvm/include/llvm/TextAPI/MachO/Platform.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/llvm-project/llvm/include/llvm/TextAPI/MachO/Platform.h b/contrib/llvm-project/llvm/include/llvm/TextAPI/MachO/Platform.h
index a22aae9b7dce..fc59b8678af7 100644
--- a/contrib/llvm-project/llvm/include/llvm/TextAPI/MachO/Platform.h
+++ b/contrib/llvm-project/llvm/include/llvm/TextAPI/MachO/Platform.h
@@ -29,7 +29,8 @@ enum class PlatformKind : unsigned {
macCatalyst = MachO::PLATFORM_MACCATALYST,
iOSSimulator = MachO::PLATFORM_IOSSIMULATOR,
tvOSSimulator = MachO::PLATFORM_TVOSSIMULATOR,
- watchOSSimulator = MachO::PLATFORM_WATCHOSSIMULATOR
+ watchOSSimulator = MachO::PLATFORM_WATCHOSSIMULATOR,
+ driverKit = MachO::PLATFORM_DRIVERKIT,
};
using PlatformSet = SmallSet<PlatformKind, 3>;
@@ -42,4 +43,4 @@ StringRef getPlatformName(PlatformKind Platform);
} // end namespace MachO.
} // end namespace llvm.
-#endif // LLVM_TEXTAPI_MACHO_PLATFORM_H \ No newline at end of file
+#endif // LLVM_TEXTAPI_MACHO_PLATFORM_H