13b665fc1a285f1d55b24196628b1a788969eaca
[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   DIEHash.cpp
8   DwarfAccelTable.cpp
9   DwarfCFIException.cpp
10   DwarfDebug.cpp
11   DwarfException.cpp
12   DwarfFile.cpp
13   DwarfUnit.cpp
14   ErlangGCPrinter.cpp
15   OcamlGCPrinter.cpp
16   Win64Exception.cpp
17   WinCodeViewLineTables.cpp
18   )
19
20 add_dependencies(LLVMAsmPrinter intrinsics_gen)