OSDN Git Service

Add LLVMObject Library.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Mon, 15 Nov 2010 03:21:41 +0000 (03:21 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Mon, 15 Nov 2010 03:21:41 +0000 (03:21 +0000)
commit68b3f0c40e29e461dbbc85370078692df4336b42
tree208cdc2a530213509990314774e5e452dbda2def
parent6d2ff122af017a24b6e94d4f98f40a3edc0bb62d
Add LLVMObject Library.

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