Separate out the DWARF address pool into its own type/files.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / CMakeLists.txt
1 add_llvm_library(LLVMAsmPrinter
2   AddressPool.cpp
3   ARMException.cpp
4   AsmPrinter.cpp
5   AsmPrinterDwarf.cpp
6   AsmPrinterInlineAsm.cpp
7   DIE.cpp
8   DIEHash.cpp
9   DwarfAccelTable.cpp
10   DwarfCFIException.cpp
11   DwarfDebug.cpp
12   DwarfException.cpp
13   DwarfFile.cpp
14   DwarfUnit.cpp
15   ErlangGCPrinter.cpp
16   OcamlGCPrinter.cpp
17   Win64Exception.cpp
18   WinCodeViewLineTables.cpp
19   )
20
21 add_dependencies(LLVMAsmPrinter intrinsics_gen)