summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CodeView/CMakeLists.txt
blob: 47297a9131ee2f3f843f713ba646b416782085fd (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
add_llvm_library(LLVMDebugInfoCodeView
  ByteStream.cpp
  CodeViewError.cpp
  CVTypeVisitor.cpp
  EnumTables.cpp
  FieldListRecordBuilder.cpp
  Line.cpp
  ListRecordBuilder.cpp
  MemoryTypeTableBuilder.cpp
  MethodListRecordBuilder.cpp
  ModuleSubstream.cpp
  ModuleSubstreamVisitor.cpp
  RecordSerialization.cpp
  StreamReader.cpp
  StreamWriter.cpp
  SymbolDumper.cpp
  TypeDumper.cpp
  TypeRecord.cpp
  TypeRecordBuilder.cpp
  TypeStreamMerger.cpp
  TypeTableBuilder.cpp

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