summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CodeView/CMakeLists.txt
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2016-06-16 18:22:27 +0000
committerZachary Turner <zturner@google.com>2016-06-16 18:22:27 +0000
commit01ee3dae043e305adaf2f8b46dffdbfe901ce24e (patch)
treec89a93cda93a6c76eb0b6e07cef4d32d450fb9ff /llvm/lib/DebugInfo/CodeView/CMakeLists.txt
parent5a07687a8e0c670352063b5eca7a4aa6baa546e5 (diff)
downloadbcm5719-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.txt1
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
OpenPOWER on IntegriCloud