Sink the return instruction collection until after we're done deleting
[oota-llvm.git] / lib / Object / CMakeLists.txt
index 81113934dc993c194f0c6206db0961f79ae49f8c..c20fc0cc399ddcc54ee6218e59174e3d47f0a056 100644 (file)
@@ -1,4 +1,5 @@
 add_llvm_library(LLVMObject
+  Archive.cpp
   Binary.cpp
   COFFObjectFile.cpp
   ELFObjectFile.cpp
@@ -8,8 +9,3 @@ add_llvm_library(LLVMObject
   Object.cpp
   ObjectFile.cpp
   )
-
-add_llvm_library_dependencies(LLVMObject
-  LLVMCore
-  LLVMSupport
-  )