Move Object.cpp out of VMCore and into Object.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128800 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2011-04-03 23:07:51 +00:00
parent 539d8d8a72
commit 33feb70690
3 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,6 @@
add_llvm_library(LLVMObject
MachOObject.cpp
Object.cpp
ObjectFile.cpp
COFFObjectFile.cpp
ELFObjectFile.cpp

View File

@ -24,7 +24,6 @@ add_llvm_library(LLVMCore
LeakDetector.cpp
Metadata.cpp
Module.cpp
Object.cpp
Pass.cpp
PassManager.cpp
PassRegistry.cpp