summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CMakeLists.txt
blob: 73e5897e719e4039db737bea1fafdcc9a69d2a9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
add_llvm_library(LLVMDebugInfo
  DIContext.cpp
  DWARFAbbreviationDeclaration.cpp
  DWARFCompileUnit.cpp
  DWARFContext.cpp
  DWARFDebugAbbrev.cpp
  DWARFDebugInfoEntry.cpp
  DWARFFormValue.cpp
  )

add_llvm_library_dependencies(LLVMDebugInfo
  LLVMSupport
  )
OpenPOWER on IntegriCloud