]> git.proxmox.com Git - rustc.git/blame - src/llvm/lib/DebugInfo/CMakeLists.txt
Imported Upstream version 1.0.0+dfsg1
[rustc.git] / src / llvm / lib / DebugInfo / CMakeLists.txt
CommitLineData
223e47cc
LB
1add_llvm_library(LLVMDebugInfo
2 DIContext.cpp
3 DWARFAbbreviationDeclaration.cpp
85aaf69f 4 DWARFAcceleratorTable.cpp
223e47cc
LB
5 DWARFCompileUnit.cpp
6 DWARFContext.cpp
7 DWARFDebugAbbrev.cpp
8 DWARFDebugArangeSet.cpp
9 DWARFDebugAranges.cpp
970d7e83 10 DWARFDebugFrame.cpp
223e47cc
LB
11 DWARFDebugInfoEntry.cpp
12 DWARFDebugLine.cpp
1a4d82fc 13 DWARFDebugLoc.cpp
223e47cc
LB
14 DWARFDebugRangeList.cpp
15 DWARFFormValue.cpp
1a4d82fc
JJ
16 DWARFTypeUnit.cpp
17 DWARFUnit.cpp
85aaf69f 18 SyntaxHighlighting.cpp
223e47cc 19 )