OSDN Git Service

[CMake] NFC. Updating CMake dependency specifications
[android-x86/external-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   DebugHandlerBase.cpp
9   DebugLocStream.cpp
10   DIE.cpp
11   DIEHash.cpp
12   DwarfAccelTable.cpp
13   DwarfCFIException.cpp
14   DwarfCompileUnit.cpp
15   DwarfDebug.cpp
16   DwarfExpression.cpp
17   DwarfFile.cpp
18   DwarfStringPool.cpp
19   DwarfUnit.cpp
20   EHStreamer.cpp
21   ErlangGCPrinter.cpp
22   OcamlGCPrinter.cpp
23   WinException.cpp
24   CodeViewDebug.cpp
25
26   DEPENDS
27   intrinsics_gen
28   )