[PATCH] D154231: [MachO] Add new constants for visionOS platforms

Keith Smiley via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 30 09:40:07 PDT 2023


keith added inline comments.


================
Comment at: llvm/include/llvm/Object/MachO.h:798
+    case MachO::PLATFORM_VISIONOS:
+      return "visionos";
+    case MachO::PLATFORM_VISIONOSSIMULATOR:
----------------
Apple's tools actually report xrOS at this point, we might want to wait until later in the beta cycle to match whatever they end up with if they do a rename


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154231/new/

https://reviews.llvm.org/D154231



More information about the llvm-commits mailing list