X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FObject%2FCMakeLists.txt;h=5b08e42dd9e65975986af543d3c035371e9f90ad;hb=487ecab8d41e70700ca27895127b99f955e31fd0;hp=e32940e2defdcb9673745e1aca2cb0c832674357;hpb=bf58996c086fe4993ae778adb838d230ced06068;p=oota-llvm.git diff --git a/lib/Object/CMakeLists.txt b/lib/Object/CMakeLists.txt index e32940e2def..5b08e42dd9e 100644 --- a/lib/Object/CMakeLists.txt +++ b/lib/Object/CMakeLists.txt @@ -1,9 +1,17 @@ add_llvm_library(LLVMObject + Archive.cpp + Binary.cpp COFFObjectFile.cpp + COFFYAML.cpp + ELF.cpp ELFObjectFile.cpp + ELFYAML.cpp Error.cpp - MachOObject.cpp + IRObjectFile.cpp MachOObjectFile.cpp + MachOUniversal.cpp Object.cpp ObjectFile.cpp + RecordStreamer.cpp + SymbolicFile.cpp )