[PATCH] D85594: [MachO] Add skeletal support for DriverKit platform

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 8 22:34:14 PDT 2020


MaskRay added inline comments.


================
Comment at: llvm/include/llvm/BinaryFormat/MachO.h:499
+  PLATFORM_WATCHOSSIMULATOR = 9,
+  PLATFORM_DRIVERKIT = 10
 };
----------------
Add a trailing comma so that the next update can be easier.


================
Comment at: llvm/include/llvm/TextAPI/MachO/Platform.h:33
+  watchOSSimulator = MachO::PLATFORM_WATCHOSSIMULATOR,
+  driverKit = MachO::PLATFORM_DRIVERKIT
 };
----------------
Add a trailing comma so that the next update can be easier.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85594



More information about the llvm-commits mailing list