X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FCodeGen%2FAsmPrinter%2FCMakeLists.txt;h=58fe2ed9d35759ad082f1e7296df1519d671588b;hb=7b451cf35613cd4dbed1cd2053464b28974571fc;hp=824e71e6a465ae6ce295c2f8eec87cb52bd1c829;hpb=736e31d0cfd8a28c31741f39be606a11e7fc0036;p=oota-llvm.git diff --git a/lib/CodeGen/AsmPrinter/CMakeLists.txt b/lib/CodeGen/AsmPrinter/CMakeLists.txt index 824e71e6a46..58fe2ed9d35 100644 --- a/lib/CodeGen/AsmPrinter/CMakeLists.txt +++ b/lib/CodeGen/AsmPrinter/CMakeLists.txt @@ -1,10 +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 - DwarfPrinter.cpp - DwarfWriter.cpp OcamlGCPrinter.cpp + Win64Exception.cpp )