1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Move Object.cpp out of VMCore and into Object.

llvm-svn: 128800
This commit is contained in:
Eric Christopher 2011-04-03 23:07:51 +00:00
parent 0e88a490eb
commit 1ed5af1470
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