Object: Add ELF support.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Thu, 20 Jan 2011 06:38:47 +0000 (06:38 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Thu, 20 Jan 2011 06:38:47 +0000 (06:38 +0000)
commitb84551a14f1c96942eb82408652e633543b0961e
tree3eb024f4b54e43c64907b1c45535e5e133b1ced0
parenta1ef8ef66075e28e020e5d2f408e0a9bae9eb9d3
Object: Add ELF support.

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