diff options
author | Eric Christopher <echristo@apple.com> | 2011-04-03 23:07:51 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-04-03 23:07:51 +0000 |
commit | c56d2e8fd0fd768f3151c8fbed70184817e179a0 (patch) | |
tree | 64b883771666aff60bb9c56102e13503c6549d07 /llvm/lib | |
parent | ee066fc4f309713c215d4b2cda16579155076a22 (diff) | |
download | bcm5719-llvm-c56d2e8fd0fd768f3151c8fbed70184817e179a0.tar.gz bcm5719-llvm-c56d2e8fd0fd768f3151c8fbed70184817e179a0.zip |
Move Object.cpp out of VMCore and into Object.
llvm-svn: 128800
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Object/CMakeLists.txt | 1 | ||||
-rw-r--r-- | llvm/lib/Object/Object.cpp (renamed from llvm/lib/VMCore/Object.cpp) | 0 | ||||
-rw-r--r-- | llvm/lib/VMCore/CMakeLists.txt | 1 |
3 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Object/CMakeLists.txt b/llvm/lib/Object/CMakeLists.txt index 6a6814fd37d..f28d2ec3643 100644 --- a/llvm/lib/Object/CMakeLists.txt +++ b/llvm/lib/Object/CMakeLists.txt @@ -1,5 +1,6 @@ add_llvm_library(LLVMObject MachOObject.cpp + Object.cpp ObjectFile.cpp COFFObjectFile.cpp ELFObjectFile.cpp diff --git a/llvm/lib/VMCore/Object.cpp b/llvm/lib/Object/Object.cpp index 603b23c74e9..603b23c74e9 100644 --- a/llvm/lib/VMCore/Object.cpp +++ b/llvm/lib/Object/Object.cpp diff --git a/llvm/lib/VMCore/CMakeLists.txt b/llvm/lib/VMCore/CMakeLists.txt index a6a347dd2b7..6bde263ce62 100644 --- a/llvm/lib/VMCore/CMakeLists.txt +++ b/llvm/lib/VMCore/CMakeLists.txt @@ -24,7 +24,6 @@ add_llvm_library(LLVMCore LeakDetector.cpp Metadata.cpp Module.cpp - Object.cpp Pass.cpp PassManager.cpp PassRegistry.cpp |