From 1dfcf8d92c808bd9fcb4d1a0d81582453f80c423 Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Fri, 19 May 2017 05:57:45 +0000 Subject: Revert "[CodeView] Provide a common interface for type collections." This is a squash of ~5 reverts of, well, pretty much everything I did today. Something is seriously broken with lit on Windows right now, and as a result assertions that fire in tests are triggering failures. I've been breaking non-Windows bots all day which has seriously confused me because all my tests have been passing, and after running lit with -a to view the output even on successful runs, I find out that the tool is crashing and yet lit is still reporting it as a success! At this point I don't even know where to start, so rather than leave the tree broken for who knows how long, I will get this back to green, and then once lit is fixed on Windows, hopefully hopefully fix the remaining set of problems for real. llvm-svn: 303409 --- llvm/tools/llvm-pdbdump/Analyze.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/tools/llvm-pdbdump/Analyze.cpp') diff --git a/llvm/tools/llvm-pdbdump/Analyze.cpp b/llvm/tools/llvm-pdbdump/Analyze.cpp index 3a026e5d245..ab4477ed7ba 100644 --- a/llvm/tools/llvm-pdbdump/Analyze.cpp +++ b/llvm/tools/llvm-pdbdump/Analyze.cpp @@ -14,6 +14,7 @@ #include "llvm/DebugInfo/CodeView/CVTypeVisitor.h" #include "llvm/DebugInfo/CodeView/TypeDatabase.h" #include "llvm/DebugInfo/CodeView/TypeDatabaseVisitor.h" +#include "llvm/DebugInfo/CodeView/TypeDeserializer.h" #include "llvm/DebugInfo/CodeView/TypeRecord.h" #include "llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h" #include "llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h" -- cgit v1.2.3