CMakeLists.txt revision 4e127676a8d067dcbd4f8acf6d4769643d0fadb9
1add_llvm_library(LLVMAsmPrinter
2  AsmPrinter.cpp
3  AsmPrinterDwarf.cpp
4  AsmPrinterInlineAsm.cpp
5  DIE.cpp
6  DwarfDebug.cpp
7  DwarfException.cpp
8  DwarfWriter.cpp
9  OcamlGCPrinter.cpp
10  )
11