Target/X86: Add explicit Win64 and System V/x86-64 calling conventions.
[oota-llvm.git] / lib / Object / CMakeLists.txt
index 81113934dc993c194f0c6206db0961f79ae49f8c..2c2cc8e4fb6fdb86c4e0c685fe06cd3fb9c8344e 100644 (file)
@@ -1,15 +1,14 @@
 add_llvm_library(LLVMObject
+  Archive.cpp
   Binary.cpp
   COFFObjectFile.cpp
+  COFFYAML.cpp
   ELFObjectFile.cpp
+  ELFYAML.cpp
   Error.cpp
-  MachOObject.cpp
   MachOObjectFile.cpp
+  MachOUniversal.cpp
   Object.cpp
   ObjectFile.cpp
-  )
-
-add_llvm_library_dependencies(LLVMObject
-  LLVMCore
-  LLVMSupport
+  YAML.cpp
   )