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