split inline asm support out to its own .cpp file.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / CMakeLists.txt
1 add_llvm_library(LLVMAsmPrinter
2   AsmPrinter.cpp
3   AsmPrinterInlineAsm.cpp
4   DIE.cpp
5   DwarfDebug.cpp
6   DwarfException.cpp
7   DwarfPrinter.cpp
8   DwarfWriter.cpp
9   OcamlGCPrinter.cpp
10   )