[ThinLTO] Add code comment. NFC
[llvm-complete.git] / lib / DebugInfo / CodeView / CMakeLists.txt
blob1610ca469575307549c6dfb3fe1a415d2590a356
1 add_llvm_library(LLVMDebugInfoCodeView
2   AppendingTypeTableBuilder.cpp
3   CodeViewError.cpp
4   CodeViewRecordIO.cpp
5   ContinuationRecordBuilder.cpp
6   CVSymbolVisitor.cpp
7   CVTypeVisitor.cpp
8   DebugChecksumsSubsection.cpp
9   DebugCrossExSubsection.cpp
10   DebugCrossImpSubsection.cpp
11   DebugFrameDataSubsection.cpp
12   DebugInlineeLinesSubsection.cpp
13   DebugLinesSubsection.cpp
14   DebugStringTableSubsection.cpp
15   DebugSubsection.cpp
16   DebugSubsectionRecord.cpp
17   DebugSubsectionVisitor.cpp
18   DebugSymbolRVASubsection.cpp
19   DebugSymbolsSubsection.cpp
20   EnumTables.cpp
21   Formatters.cpp
22   GlobalTypeTableBuilder.cpp
23   LazyRandomTypeCollection.cpp
24   Line.cpp
25   MergingTypeTableBuilder.cpp
26   RecordName.cpp
27   RecordSerialization.cpp
28   SimpleTypeSerializer.cpp
29   StringsAndChecksums.cpp
30   SymbolDumper.cpp
31   SymbolRecordHelpers.cpp
32   SymbolRecordMapping.cpp
33   SymbolSerializer.cpp
34   TypeDumpVisitor.cpp
35   TypeIndex.cpp
36   TypeIndexDiscovery.cpp
37   TypeHashing.cpp
38   TypeRecordHelpers.cpp
39   TypeRecordMapping.cpp
40   TypeStreamMerger.cpp
41   TypeTableCollection.cpp
43   ADDITIONAL_HEADER_DIRS
44   ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/CodeView
45   )