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

Greg McGary via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 8 18:22:47 PDT 2020


gkm created this revision.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
gkm requested review of this revision.

Define the platform ID = 10, and simple mappings between platform ID & name.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D85594

Files:
  llvm/include/llvm/BinaryFormat/MachO.h
  llvm/include/llvm/Object/MachO.h
  llvm/include/llvm/TextAPI/MachO/Platform.h
  llvm/lib/MC/MCAsmStreamer.cpp
  llvm/lib/MC/MCParser/DarwinAsmParser.cpp
  llvm/lib/TextAPI/MachO/Platform.cpp
  llvm/lib/TextAPI/MachO/Target.cpp
  llvm/lib/TextAPI/MachO/TextStub.cpp
  llvm/lib/TextAPI/MachO/TextStubCommon.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85594.284160.patch
Type: text/x-patch
Size: 4624 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200809/b39392d8/attachment.bin>


More information about the llvm-commits mailing list