Add Binary class. This is a cleaner parent than ObjectFile.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Mon, 13 Jun 2011 11:12:12 +0000 (11:12 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Mon, 13 Jun 2011 11:12:12 +0000 (11:12 +0000)
commitfc9ec691da995e7894490a80f5b6b65daf5e34d3
tree717bb23e6e1af2314d66495c62843a8a8725a5f1
parentbf58996c086fe4993ae778adb838d230ced06068
Add Binary class. This is a cleaner parent than ObjectFile.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132910 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