[DWARFLinker][DWARFv5] change emitSLEB128IntValue with emitULEB128IntValue for ranges.
This patch changes emitSLEB128IntValue with emitULEB128IntValue for length part of address range of DW_RLE_start_length kind. DWARFv5 standard: DW_RLE_start_length This is a form of bounded range entry that has one target address operand value and an unsigned LEB128 integer length operand value. Differential Revision: https://reviews.llvm.org/D153334
Loading
Please sign in to comment