From 3423a6d529bbae5a38a2fff003c3e7b9b16bfe95 Mon Sep 17 00:00:00 2001 From: George Rimar Date: Mon, 29 Oct 2018 12:33:19 +0000 Subject: [PATCH] [LLDB] - Fix outdated comment. NFC. llvm-svn: 345498 --- lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp index af42c5b..da94b5e 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp +++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp @@ -168,8 +168,7 @@ bool DWARFDebugRngLists::ExtractRangeList( default: // Next encodings are not yet supported: - // DW_RLE_base_addressx, DW_RLE_startx_endx, DW_RLE_startx_length, - // DW_RLE_offset_pair, DW_RLE_base_address. + // DW_RLE_base_addressx, DW_RLE_startx_endx, DW_RLE_startx_length. lldbassert(0 && "unknown range list entry encoding"); error = true; } -- 2.7.4