58fe2ed9d35759ad082f1e7296df1519d671588b
[oota-llvm.git] / lib / CodeGen / AsmPrinter / CMakeLists.txt
1 add_llvm_library(LLVMAsmPrinter
2   ARMException.cpp
3   AsmPrinter.cpp
4   AsmPrinterDwarf.cpp
5   AsmPrinterInlineAsm.cpp
6   DIE.cpp
7   DwarfAccelTable.cpp
8   DwarfCFIException.cpp
9   DwarfCompileUnit.cpp
10   DwarfDebug.cpp
11   DwarfException.cpp
12   OcamlGCPrinter.cpp
13   Win64Exception.cpp
14   )