Add Binary class. This is a cleaner parent than ObjectFile.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Sat, 25 Jun 2011 17:54:29 +0000 (17:54 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Sat, 25 Jun 2011 17:54:29 +0000 (17:54 +0000)
commitc44c915372ee453bd63a8b6b3eca586ab6f18545
tree20b03697dad880f54e3ba21e86ac7287910e9d2b
parentd2a02f409e20f64a33e5dc55926e97bd710386c8
Add Binary class. This is a cleaner parent than ObjectFile.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133869 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/Binary.h [new file with mode: 0644]
lib/Object/Binary.cpp [new file with mode: 0644]
lib/Object/CMakeLists.txt