diff options
author | Zachary Turner <zturner@google.com> | 2016-06-16 18:22:27 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2016-06-16 18:22:27 +0000 |
commit | 01ee3dae043e305adaf2f8b46dffdbfe901ce24e (patch) | |
tree | c89a93cda93a6c76eb0b6e07cef4d32d450fb9ff /llvm/lib/DebugInfo/CodeView/CMakeLists.txt | |
parent | 5a07687a8e0c670352063b5eca7a4aa6baa546e5 (diff) | |
download | bcm5719-llvm-01ee3dae043e305adaf2f8b46dffdbfe901ce24e.tar.gz bcm5719-llvm-01ee3dae043e305adaf2f8b46dffdbfe901ce24e.zip |
Resubmit "[pdb] Change type visitor pattern to be dynamic."
There was a regression introduced during type stream merging when
visiting a field list record. This has been fixed in this patch.
llvm-svn: 272929
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 4393f9c52ee..47297a9131e 100644 --- a/llvm/lib/DebugInfo/CodeView/CMakeLists.txt +++ b/llvm/lib/DebugInfo/CodeView/CMakeLists.txt @@ -1,6 +1,7 @@ add_llvm_library(LLVMDebugInfoCodeView ByteStream.cpp CodeViewError.cpp + CVTypeVisitor.cpp EnumTables.cpp FieldListRecordBuilder.cpp Line.cpp |