X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FCodeGen%2FAsmPrinter%2FCMakeLists.txt;h=58fe2ed9d35759ad082f1e7296df1519d671588b;hb=7b451cf35613cd4dbed1cd2053464b28974571fc;hp=afc482dd15bfafde6737999aa5d2069b4d0ad228;hpb=493c9765e066896b381e8404e0c09125377bcc97;p=oota-llvm.git diff --git a/lib/CodeGen/AsmPrinter/CMakeLists.txt b/lib/CodeGen/AsmPrinter/CMakeLists.txt index afc482dd15b..58fe2ed9d35 100644 --- a/lib/CodeGen/AsmPrinter/CMakeLists.txt +++ b/lib/CodeGen/AsmPrinter/CMakeLists.txt @@ -1,9 +1,14 @@ add_llvm_library(LLVMAsmPrinter + ARMException.cpp AsmPrinter.cpp AsmPrinterDwarf.cpp AsmPrinterInlineAsm.cpp DIE.cpp + DwarfAccelTable.cpp + DwarfCFIException.cpp + DwarfCompileUnit.cpp DwarfDebug.cpp DwarfException.cpp OcamlGCPrinter.cpp + Win64Exception.cpp )