mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-23 14:25:07 +00:00
[llvm-pdbdump] Fix a few compilation failures.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230186 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
#include "llvm/DebugInfo/PDB/PDBSymbolTypeTypedef.h"
|
||||
#include "llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h"
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
namespace {
|
||||
template <class T>
|
||||
void dumpClassParentWithScopeOperator(const T &Symbol, llvm::raw_ostream &OS,
|
||||
@@ -35,8 +37,6 @@ void dumpClassParentWithScopeOperator(const T &Symbol, llvm::raw_ostream &OS,
|
||||
}
|
||||
}
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
FunctionDumper::FunctionDumper() : PDBSymDumper(true) {}
|
||||
|
||||
void FunctionDumper::start(const PDBSymbolTypeFunctionSig &Symbol,
|
||||
|
@@ -83,7 +83,6 @@ static void dumpInput(StringRef Path) {
|
||||
if (GlobalScope->hasPrivateSymbols())
|
||||
outs() << "HasPrivateSymbols ";
|
||||
|
||||
PDB_DumpFlags Flags = PDB_DF_None;
|
||||
if (opts::DumpTypes) {
|
||||
outs() << "\nDumping types";
|
||||
TypeDumper Dumper;
|
||||
|
Reference in New Issue
Block a user