X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FCodeGen%2FAsmPrinter%2FCMakeLists.txt;h=ba2f61a448283a767c00e8db6c26176562d81569;hb=f5d467572cb0ac0b80696330ed9d220dc1431bb5;hp=bf80f5f070bb8997224b2d77c454249b7604b14c;hpb=ecf58b9e3c4f0d1e0abc7aa7ce95dd42c674acee;p=oota-llvm.git diff --git a/lib/CodeGen/AsmPrinter/CMakeLists.txt b/lib/CodeGen/AsmPrinter/CMakeLists.txt index bf80f5f070b..ba2f61a4482 100644 --- a/lib/CodeGen/AsmPrinter/CMakeLists.txt +++ b/lib/CodeGen/AsmPrinter/CMakeLists.txt @@ -1,15 +1,26 @@ add_llvm_library(LLVMAsmPrinter + AddressPool.cpp ARMException.cpp AsmPrinter.cpp AsmPrinterDwarf.cpp AsmPrinterInlineAsm.cpp + DbgValueHistoryCalculator.cpp + DebugLocStream.cpp DIE.cpp + DIEHash.cpp + DwarfAccelTable.cpp DwarfCFIException.cpp DwarfCompileUnit.cpp DwarfDebug.cpp - DwarfException.cpp - DwarfSjLjException.cpp - DwarfTableException.cpp + DwarfExpression.cpp + DwarfFile.cpp + DwarfStringPool.cpp + DwarfUnit.cpp + EHStreamer.cpp + ErlangGCPrinter.cpp OcamlGCPrinter.cpp + WinException.cpp + WinCodeViewLineTables.cpp ) +add_dependencies(LLVMAsmPrinter intrinsics_gen)