OSDN Git Service

[MachO] Extract MachO load command enums into a def file
authorChris Bieneman <beanz@apple.com>
Thu, 12 May 2016 23:18:31 +0000 (23:18 +0000)
committerChris Bieneman <beanz@apple.com>
Thu, 12 May 2016 23:18:31 +0000 (23:18 +0000)
commit78a47bd1b4ff884b8effc3f81258f40f18446448
treea9f5ae633251e2f62a9b5c6ae25bc0a97ca96d1d
parent867b1dadfcf4c50092a279a35b0f196328779374
[MachO] Extract MachO load command enums into a def file

Having the MachO enums in a def file instead of inline will allow us to write utilities and encoding/decoding methods for load commands without having to write a lot of mechanically repeated code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@269380 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/MachO.def [new file with mode: 0644]
include/llvm/Support/MachO.h