Revert SymbolFileNativePDB plugin.
authorZachary Turner <zturner@google.com>
Thu, 11 Oct 2018 18:45:44 +0000 (18:45 +0000)
committerZachary Turner <zturner@google.com>
Thu, 11 Oct 2018 18:45:44 +0000 (18:45 +0000)
commite8a6c3eb9628e9833ae41196dc52a5c47041e3e6
tree475b8d615d50cb3f9762d6383e4a5de01d67d135
parent2ce1d6faf83fcb361428a5c69ca47781dbf1cf9e
Revert SymbolFileNativePDB plugin.

This was originally causing some test failures on non-Windows
platforms, which required fixes in the compiler and linker.  After
those fixes, however, other tests started failing.  Reverting
temporarily until I can address everything.

llvm-svn: 344279
24 files changed:
lld/COFF/PDB.cpp
lldb/include/lldb/Utility/LLDBAssert.h
lldb/lit/SymbolFile/NativePDB/Inputs/breakpoints.lldbinit [deleted file]
lldb/lit/SymbolFile/NativePDB/Inputs/disassembly.lldbinit [deleted file]
lldb/lit/SymbolFile/NativePDB/Inputs/source-list.lldbinit [deleted file]
lldb/lit/SymbolFile/NativePDB/disassembly.cpp [deleted file]
lldb/lit/SymbolFile/NativePDB/lit.local.cfg [deleted file]
lldb/lit/SymbolFile/NativePDB/simple-breakpoints.cpp [deleted file]
lldb/lit/SymbolFile/NativePDB/source-list.cpp [deleted file]
lldb/lit/lit.cfg
lldb/source/Plugins/SymbolFile/CMakeLists.txt
lldb/source/Plugins/SymbolFile/NativePDB/CMakeLists.txt [deleted file]
lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.cpp [deleted file]
lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.h [deleted file]
lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.cpp [deleted file]
lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.h [deleted file]
lldb/source/Plugins/SymbolFile/NativePDB/PdbSymUid.h [deleted file]
lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp [deleted file]
lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.h [deleted file]
lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp [deleted file]
lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h [deleted file]
lldb/source/Plugins/SymbolFile/PDB/CMakeLists.txt
lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp