diff options
| author | Zachary Turner <zturner@google.com> | 2016-10-07 21:34:46 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2016-10-07 21:34:46 +0000 |
| commit | 0d8407447d581dbc91ea2b764a6202372290f5b1 (patch) | |
| tree | 37aaf2a202d7c83ea81b41becb3457fb6fe2f866 /llvm/lib/DebugInfo/CodeView/CMakeLists.txt | |
| parent | 78550e3991c2aba525e201dbc4bfb437e6777d56 (diff) | |
| download | bcm5719-llvm-0d8407447d581dbc91ea2b764a6202372290f5b1.tar.gz bcm5719-llvm-0d8407447d581dbc91ea2b764a6202372290f5b1.zip | |
Refactor Symbol visitor code.
Type visitor code had already been refactored previously to
decouple the visitor and the visitor callback interface. This
was necessary for having the flexibility to visit in different
ways (for example, dumping to yaml, reading from yaml, dumping
to ScopedPrinter, etc).
This patch merely implements the same visitation pattern for
symbol records that has already been implemented for type records.
llvm-svn: 283609
Diffstat (limited to 'llvm/lib/DebugInfo/CodeView/CMakeLists.txt')
| -rw-r--r-- | llvm/lib/DebugInfo/CodeView/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/DebugInfo/CodeView/CMakeLists.txt b/llvm/lib/DebugInfo/CodeView/CMakeLists.txt index d8c21953967..a0700804301 100644 --- a/llvm/lib/DebugInfo/CodeView/CMakeLists.txt +++ b/llvm/lib/DebugInfo/CodeView/CMakeLists.txt @@ -1,5 +1,6 @@ add_llvm_library(LLVMDebugInfoCodeView CodeViewError.cpp + CVSymbolVisitor.cpp CVTypeVisitor.cpp EnumTables.cpp FieldListRecordBuilder.cpp |

