Make DiffListIterator public to unbreak the gcc buildbots.
[oota-llvm.git] / lib / Object / CMakeLists.txt
index 6a6814fd37d93d35d23f3a34b6bd91bf68bd2663..c20fc0cc399ddcc54ee6218e59174e3d47f0a056 100644 (file)
@@ -1,6 +1,11 @@
 add_llvm_library(LLVMObject
-  MachOObject.cpp
-  ObjectFile.cpp
+  Archive.cpp
+  Binary.cpp
   COFFObjectFile.cpp
   ELFObjectFile.cpp
+  Error.cpp
+  MachOObject.cpp
+  MachOObjectFile.cpp
+  Object.cpp
+  ObjectFile.cpp
   )