diff options
| author | Zachary Turner <zturner@google.com> | 2017-05-19 19:26:58 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2017-05-19 19:26:58 +0000 |
| commit | 526f4f2aa8d810d9cffafda56d4a16d0fc5a8dda (patch) | |
| tree | a40646ce244afe4ffbad44fff1a34580f2b6c9c5 /llvm/lib/DebugInfo/PDB/Native/TpiStream.cpp | |
| parent | d837b0f9b9399aa6ab2f86babb22774d4fb1f8d2 (diff) | |
| download | bcm5719-llvm-526f4f2aa8d810d9cffafda56d4a16d0fc5a8dda.tar.gz bcm5719-llvm-526f4f2aa8d810d9cffafda56d4a16d0fc5a8dda.zip | |
Resubmit "[CodeView] Provide a common interface for type collections."
This was originally reverted because it was a breaking a bunch
of bots and the breakage was not surfacing on Windows. After much
head-scratching this was ultimately traced back to a bug in the
lit test runner related to its pipe handling. Now that the bug
in lit is fixed, Windows correctly reports these test failures,
and as such I have finally (hopefully) fixed all of them in this
patch.
llvm-svn: 303446
Diffstat (limited to 'llvm/lib/DebugInfo/PDB/Native/TpiStream.cpp')
| -rw-r--r-- | llvm/lib/DebugInfo/PDB/Native/TpiStream.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/DebugInfo/PDB/Native/TpiStream.cpp b/llvm/lib/DebugInfo/PDB/Native/TpiStream.cpp index c53ba815c0b..8e006587389 100644 --- a/llvm/lib/DebugInfo/PDB/Native/TpiStream.cpp +++ b/llvm/lib/DebugInfo/PDB/Native/TpiStream.cpp @@ -9,10 +9,7 @@ #include "llvm/DebugInfo/PDB/Native/TpiStream.h" #include "llvm/ADT/iterator_range.h" -#include "llvm/DebugInfo/CodeView/CVTypeVisitor.h" -#include "llvm/DebugInfo/CodeView/TypeDeserializer.h" #include "llvm/DebugInfo/CodeView/TypeRecord.h" -#include "llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h" #include "llvm/DebugInfo/MSF/MappedBlockStream.h" #include "llvm/DebugInfo/PDB/Native/PDBFile.h" #include "llvm/DebugInfo/PDB/Native/PDBTypeServerHandler.h" |

