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