CMakeLists.txt revision b8b2a03117d7fed88c3311b58c0f5660ee9eee19
1add_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  DwarfCompileUnit.cpp
11  DwarfDebug.cpp
12  DwarfException.cpp
13  ErlangGCPrinter.cpp
14  OcamlGCPrinter.cpp
15  Win64Exception.cpp
16  )
17
18add_dependencies(LLVMAsmPrinter intrinsics_gen)
19