diff options
Diffstat (limited to 'lib/DebugInfo/CodeView/CMakeLists.txt')
| -rw-r--r-- | lib/DebugInfo/CodeView/CMakeLists.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/DebugInfo/CodeView/CMakeLists.txt b/lib/DebugInfo/CodeView/CMakeLists.txt index 6e9214d72adc..421f22ca5d8d 100644 --- a/lib/DebugInfo/CodeView/CMakeLists.txt +++ b/lib/DebugInfo/CodeView/CMakeLists.txt @@ -7,8 +7,13 @@ add_llvm_library(LLVMDebugInfoCodeView EnumTables.cpp Formatters.cpp Line.cpp - ModuleSubstream.cpp - ModuleSubstreamVisitor.cpp + ModuleDebugFileChecksumFragment.cpp + ModuleDebugFragment.cpp + ModuleDebugFragmentRecord.cpp + ModuleDebugFragmentVisitor.cpp + ModuleDebugInlineeLinesFragment.cpp + ModuleDebugLineFragment.cpp + ModuleDebugUnknownFragment.cpp RecordSerialization.cpp SymbolRecordMapping.cpp SymbolDumper.cpp |
