summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CodeView/CMakeLists.txt
blob: 8d9353ae5f5e4c3a82a628aa754bc60d1687f85c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
add_llvm_library(LLVMDebugInfoCodeView
  CodeViewError.cpp
  CodeViewRecordIO.cpp
  CVSymbolVisitor.cpp
  CVTypeDumper.cpp
  CVTypeVisitor.cpp
  EnumTables.cpp
  Formatters.cpp
  Line.cpp
  ModuleDebugFileChecksumFragment.cpp
  ModuleDebugFragment.cpp
  ModuleDebugFragmentRecord.cpp
  ModuleDebugFragmentVisitor.cpp
  ModuleDebugInlineeLinesFragment.cpp
  ModuleDebugLineFragment.cpp
  RandomAccessTypeVisitor.cpp
  RecordSerialization.cpp
  StringTable.cpp
  SymbolRecordMapping.cpp
  SymbolDumper.cpp
  SymbolSerializer.cpp
  TypeDatabase.cpp
  TypeDatabaseVisitor.cpp
  TypeDumpVisitor.cpp
  TypeRecordMapping.cpp
  TypeSerializer.cpp
  TypeStreamMerger.cpp

  ADDITIONAL_HEADER_DIRS
  ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/CodeView
  )
OpenPOWER on IntegriCloud