aboutsummaryrefslogtreecommitdiffstats
path: root/lib/DebugInfo/CMakeLists.txt
blob: 441f1e86dcd8fdfa48acba740f97e744989535a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
add_llvm_library(LLVMDebugInfo
  DIContext.cpp
  DWARFAbbreviationDeclaration.cpp
  DWARFCompileUnit.cpp
  DWARFContext.cpp
  DWARFDebugAbbrev.cpp
  DWARFDebugArangeSet.cpp
  DWARFDebugAranges.cpp
  DWARFDebugInfoEntry.cpp
  DWARFDebugLine.cpp
  DWARFFormValue.cpp
  )