[all-commits] [llvm/llvm-project] 64df75: [DWARFLinker][DWARFv5] change emitSLEB128IntValue ...
avl-llvm via All-commits
all-commits at lists.llvm.org
Wed Jun 21 03:18:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 64df75fb26e55c097e79df6770a99d4b1ad09716
https://github.com/llvm/llvm-project/commit/64df75fb26e55c097e79df6770a99d4b1ad09716
Author: Alexey Lapshin <a.v.lapshin at mail.ru>
Date: 2023-06-21 (Wed, 21 Jun 2023)
Changed paths:
M llvm/lib/DWARFLinker/DWARFStreamer.cpp
M llvm/test/tools/llvm-dwarfutil/ELF/X86/dwarf5-rnglists.test
Log Message:
-----------
[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
More information about the All-commits
mailing list