Move logic for calculating DBG_VALUE history map into separate file/class.
[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   DbgValueHistoryCalculator.cpp
8   DIE.cpp
9   DIEHash.cpp
10   DwarfAccelTable.cpp
11   DwarfCFIException.cpp
12   DwarfDebug.cpp
13   DwarfException.cpp
14   DwarfFile.cpp
15   DwarfStringPool.cpp
16   DwarfUnit.cpp
17   ErlangGCPrinter.cpp
18   OcamlGCPrinter.cpp
19   Win64Exception.cpp
20   WinCodeViewLineTables.cpp
21   )
22
23 add_dependencies(LLVMAsmPrinter intrinsics_gen)