Mac Catalyst is a new MachO platform in macOS Catalina. It always uses the build_version MachO load command.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D64107
Add support for the 'macCatalyst' MachO platform ClosedPublic Authored by arphaman on Jul 2 2019, 3:26 PM.
Details Summary Mac Catalyst is a new MachO platform in macOS Catalina. It always uses the build_version MachO load command.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 2 2019, 3:35 PM Closed by commit rL364981: Add support for the 'macCatalyst' MachO platform (authored by arphaman). · Explain WhyJul 2 2019, 4:47 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 207660 llvm/trunk/include/llvm/BinaryFormat/MachO.h
llvm/trunk/include/llvm/Object/MachO.h
llvm/trunk/lib/MC/MCAsmStreamer.cpp
llvm/trunk/lib/MC/MCParser/DarwinAsmParser.cpp
llvm/trunk/lib/MC/MCStreamer.cpp
llvm/trunk/test/CodeGen/X86/macCatalyst.ll
llvm/trunk/test/MC/MachO/build-version-maccatalyst.s
llvm/trunk/test/MC/MachO/darwin-version-min-load-command.s
llvm/trunk/test/tools/llvm-objdump/X86/macho-maccatalyst-build-version.yaml
|