blob: ca8b8436c11fd576d3164b2603d7307d10041aff [file] [log] [blame]
Oscar Fuentesa229b3c2008-09-22 01:08:49 +00001add_llvm_library(LLVMAsmPrinter
2 AsmPrinter.cpp
Chris Lattner9efd1182010-04-04 19:09:29 +00003 AsmPrinterDwarf.cpp
Chris Lattner1e158692010-04-04 18:34:07 +00004 AsmPrinterInlineAsm.cpp
Mike Stumpebf04f22009-05-19 00:18:14 +00005 DIE.cpp
6 DwarfDebug.cpp
7 DwarfException.cpp
Oscar Fuentesa229b3c2008-09-22 01:08:49 +00008 OcamlGCPrinter.cpp
9 )
Chandler Carruth825989a2010-04-09 05:55:25 +000010
11target_link_libraries (LLVMAsmPrinter LLVMMCParser)