Template the MachO types over endianness.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 10 Apr 2013 03:48:25 +0000 (03:48 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 10 Apr 2013 03:48:25 +0000 (03:48 +0000)
commita2561a0153237291980722383f409a6499b12efc
tree4626dff1b1c7fb3b694c460de6c22692c535ad45
parent774e7c82a84189a1f8194a63dc8040136ca6b4d8
Template the MachO types over endianness.

For now they are still only used as little endian.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179147 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/MachO.h
lib/Object/MachOObjectFile.cpp
tools/llvm-objdump/MachODump.cpp