[PATCH] D64107: Add support for the 'macCatalyst' MachO platform

Alex Lorenz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 2 15:26:58 PDT 2019


arphaman created this revision.
arphaman added reviewers: steven_wu, jfb.
Herald added subscribers: rupprecht, dexonsmith, jkorous, hiraditya.
Herald added a project: LLVM.

Mac Catalyst is a new MachO platform in macOS Catalina. It always uses the `build_version` MachO load command.


Repository:
  rL LLVM

https://reviews.llvm.org/D64107

Files:
  llvm/include/llvm/BinaryFormat/MachO.h
  llvm/include/llvm/Object/MachO.h
  llvm/lib/MC/MCAsmStreamer.cpp
  llvm/lib/MC/MCParser/DarwinAsmParser.cpp
  llvm/lib/MC/MCStreamer.cpp
  llvm/test/CodeGen/X86/macCatalyst.ll
  llvm/test/MC/MachO/build-version-maccatalyst.s
  llvm/test/MC/MachO/darwin-version-min-load-command.s
  llvm/test/tools/llvm-objdump/X86/macho-maccatalyst-build-version.yaml

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64107.207643.patch
Type: text/x-patch
Size: 7151 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190702/3f5a0e5d/attachment.bin>


More information about the llvm-commits mailing list