diff options
author | Zachary Turner <zturner@google.com> | 2017-06-15 23:04:42 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2017-06-15 23:04:42 +0000 |
commit | f8a2e04812e53732143ec49369f161192c04b7a6 (patch) | |
tree | f8d254e97da7a5dfedbddf48b3456b3bb05d321e /llvm/lib/DebugInfo | |
parent | f9b521fdafe16d64060d3b645a1abe9c24fb82f0 (diff) | |
download | bcm5719-llvm-f8a2e04812e53732143ec49369f161192c04b7a6.tar.gz bcm5719-llvm-f8a2e04812e53732143ec49369f161192c04b7a6.zip |
[llvm-pdbutil] Add back the ability to dump hashes and index offsets.
This was regressed in a previous patch that re-wrote the dumper,
and I'm incrementally adding back the pieces that are missing.
llvm-svn: 305524
Diffstat (limited to 'llvm/lib/DebugInfo')
-rw-r--r-- | llvm/lib/DebugInfo/PDB/Native/TpiHashing.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/DebugInfo/PDB/Native/TpiHashing.cpp b/llvm/lib/DebugInfo/PDB/Native/TpiHashing.cpp index 16904a5a27e..91b8d648fcf 100644 --- a/llvm/lib/DebugInfo/PDB/Native/TpiHashing.cpp +++ b/llvm/lib/DebugInfo/PDB/Native/TpiHashing.cpp @@ -9,6 +9,7 @@ #include "llvm/DebugInfo/PDB/Native/TpiHashing.h" +#include "llvm/DebugInfo/CodeView/TypeDeserializer.h" #include "llvm/DebugInfo/PDB/Native/Hash.h" #include "llvm/DebugInfo/PDB/Native/RawError.h" |