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