[LLDB] - Fix outdated comment. NFC.
authorGeorge Rimar <grimar@accesssoftek.com>
Mon, 29 Oct 2018 12:33:19 +0000 (12:33 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Mon, 29 Oct 2018 12:33:19 +0000 (12:33 +0000)
llvm-svn: 345498

lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp

index af42c5b..da94b5e 100644 (file)
@@ -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;
     }