]> git.proxmox.com Git - rustc.git/blame - src/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt
Imported Upstream version 1.0.0+dfsg1
[rustc.git] / src / llvm / lib / CodeGen / AsmPrinter / CMakeLists.txt
CommitLineData
223e47cc 1add_llvm_library(LLVMAsmPrinter
1a4d82fc 2 AddressPool.cpp
223e47cc
LB
3 ARMException.cpp
4 AsmPrinter.cpp
5 AsmPrinterDwarf.cpp
6 AsmPrinterInlineAsm.cpp
1a4d82fc 7 DbgValueHistoryCalculator.cpp
223e47cc 8 DIE.cpp
1a4d82fc 9 DIEHash.cpp
223e47cc
LB
10 DwarfAccelTable.cpp
11 DwarfCFIException.cpp
85aaf69f 12 DwarfCompileUnit.cpp
223e47cc 13 DwarfDebug.cpp
85aaf69f 14 DwarfExpression.cpp
1a4d82fc
JJ
15 DwarfFile.cpp
16 DwarfStringPool.cpp
17 DwarfUnit.cpp
18 EHStreamer.cpp
19 ErlangGCPrinter.cpp
223e47cc
LB
20 OcamlGCPrinter.cpp
21 Win64Exception.cpp
1a4d82fc 22 WinCodeViewLineTables.cpp
223e47cc 23 )
1a4d82fc
JJ
24
25add_dependencies(LLVMAsmPrinter intrinsics_gen)