From 2c15fc56f8f1548b0ab3fdaf32132e683199bfa6 Mon Sep 17 00:00:00 2001 From: Aleksandr Urakov Date: Fri, 1 Feb 2019 11:10:28 +0000 Subject: [PATCH] [PDB] Fix build after r352845 llvm-svn: 352858 --- lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp b/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp index 4a605d0..1f5c97d 100644 --- a/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp +++ b/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp @@ -508,7 +508,7 @@ VariableInfo lldb_private::npdb::GetVariableNameInfo(CVSymbol sym) { return {}; } -static auto +static llvm::FixedStreamArray::Iterator GetCorrespondingFrameData(lldb::addr_t load_addr, const DebugFrameDataSubsectionRef &fpo_data, const Variable::RangeList &ranges) { -- 2.7.4