Sink DwarfUnit::constructImportedEntityDIE into DwarfCompileUnit.
[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   DwarfFile.cpp
15   DwarfStringPool.cpp
16   DwarfUnit.cpp
17   EHStreamer.cpp
18   ErlangGCPrinter.cpp
19   OcamlGCPrinter.cpp
20   Win64Exception.cpp
21   WinCodeViewLineTables.cpp
22   )
23
24 add_dependencies(LLVMAsmPrinter intrinsics_gen)