AsmPrinter/CMakeLists.txt: Add explicit dependency to intrinsics_gen here.
[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   ErlangGCPrinter.cpp
13   OcamlGCPrinter.cpp
14   Win64Exception.cpp
15   )
16
17 add_dependencies(LLVMAsmPrinter intrinsics_gen)