================
@@ -356,13 +356,17 @@ class LLVM_LIBRARY_VISIBILITY Darwin : public AppleMachO {
mutable bool TargetInitialized;
enum DarwinPlatformKind {
+ // Platforms with associated *_DEPLOYMENT_TARGET environment variables.
MacOS,
IPhoneOS,
TvOS,
WatchOS,
DriverKit,
XROS,
- LastDarwinPlatform = XROS
+ LastDarwinPlatform = XROS,
+
+ // Additional platforms.
+ Firmware,
----------------
MaskRay wrote:
Adding `Firmware` after `LastDarwinPlatform` is pretty strange. Needs a
detailed explanation
https://github.com/llvm/llvm-project/pull/176272
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits