mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-15 17:07:52 +00:00
llvm-pdbdump: Fix gcc/clang build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230187 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
86a84e3368
commit
1f229009ed
@ -28,7 +28,7 @@ void dumpClassParentWithScopeOperator(const T &Symbol, llvm::raw_ostream &OS,
|
||||
llvm::FunctionDumper &Dumper) {
|
||||
uint32_t ClassParentId = Symbol.getClassParentId();
|
||||
auto ClassParent =
|
||||
Symbol.getSession().getConcreteSymbolById<PDBSymbolTypeUDT>(
|
||||
Symbol.getSession().template getConcreteSymbolById<PDBSymbolTypeUDT>(
|
||||
ClassParentId);
|
||||
if (!ClassParent)
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user