DebugInfo: Fix and test a regression caused by r207263 causing the DW_AT_object_point...
[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   DwarfStringPool.cpp
15   DwarfUnit.cpp
16   ErlangGCPrinter.cpp
17   OcamlGCPrinter.cpp
18   Win64Exception.cpp
19   WinCodeViewLineTables.cpp
20   )
21
22 add_dependencies(LLVMAsmPrinter intrinsics_gen)