Add the PLATFORM_DRIVERKIT entry to the PlatformType enum in MachO.h
I have no commit access.
Paths
| Differential D81496
Add PLATFORM driverkit AbandonedPublic Authored by tschuett on Jun 9 2020, 12:41 PM.
Details
Summary Add the PLATFORM_DRIVERKIT entry to the PlatformType enum in MachO.h I have no commit access.
Diff Detail Event TimelineComment Actions I had this part of the change already :) This isn't the interesting part. This is missing the test cases and the remainder of the support needed to add driver kit. Just the enumerated value is of little value since none of the tooling really understands the value.
Revision Contents
Diff 269635 llvm/include/llvm/BinaryFormat/MachO.h
llvm/include/llvm/Object/MachO.h
llvm/lib/MC/MCAsmStreamer.cpp
llvm/lib/MC/MCParser/DarwinAsmParser.cpp
|