]> git.proxmox.com Git - rustc.git/blame - src/llvm/lib/DebugInfo/CMakeLists.txt
Imported Upstream version 0.7
[rustc.git] / src / llvm / lib / DebugInfo / CMakeLists.txt
CommitLineData
223e47cc
LB
1add_llvm_library(LLVMDebugInfo
2 DIContext.cpp
3 DWARFAbbreviationDeclaration.cpp
4 DWARFCompileUnit.cpp
5 DWARFContext.cpp
6 DWARFDebugAbbrev.cpp
7 DWARFDebugArangeSet.cpp
8 DWARFDebugAranges.cpp
970d7e83 9 DWARFDebugFrame.cpp
223e47cc
LB
10 DWARFDebugInfoEntry.cpp
11 DWARFDebugLine.cpp
12 DWARFDebugRangeList.cpp
13 DWARFFormValue.cpp
14 )