DebugInfo: Delete subclasses of DIScope
[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   DwarfCompileUnit.cpp
13   DwarfDebug.cpp
14   DwarfExpression.cpp
15   DwarfFile.cpp
16   DwarfStringPool.cpp
17   DwarfUnit.cpp
18   EHStreamer.cpp
19   ErlangGCPrinter.cpp
20   OcamlGCPrinter.cpp
21   Win64Exception.cpp
22   WinCodeViewLineTables.cpp
23   )
24
25 add_dependencies(LLVMAsmPrinter intrinsics_gen)