[PATCH] D156374: [BOLT][DWARF] Update how ranges for size 1 are handled, and fix handling of sub-program with ranges

Alexander Yermolovich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 28 15:17:01 PDT 2023


ayermolo updated this revision to Diff 545290.
ayermolo marked an inline comment as done.
ayermolo added a comment.

addressed some of the comments


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D156374/new/

https://reviews.llvm.org/D156374

Files:
  bolt/include/bolt/Core/DIEBuilder.h
  bolt/include/bolt/Rewrite/DWARFRewriter.h
  bolt/lib/Rewrite/DWARFRewriter.cpp
  bolt/test/AArch64/go_dwarf.test
  bolt/test/X86/Inputs/debug-fission-simple-convert.s
  bolt/test/X86/Inputs/dwarf4-df-do-no-convert-low-pc-high-pc-to-ranges.s
  bolt/test/X86/Inputs/dwarf4-do-no-convert-low-pc-high-pc-to-ranges.s
  bolt/test/X86/Inputs/dwarf4-subprogram-multiple-ranges-main.s
  bolt/test/X86/Inputs/dwarf4-subprogram-single-gc-ranges-main.s
  bolt/test/X86/Inputs/dwarf4-subprogram-single-ranges-main.s
  bolt/test/X86/Inputs/dwarf5-do-no-convert-low-pc-high-pc-to-ranges.s
  bolt/test/X86/Inputs/dwarf5-subprogram-multiple-ranges-main.s
  bolt/test/X86/Inputs/dwarf5-subprogram-single-gc-ranges-main.s
  bolt/test/X86/Inputs/dwarf5-subprogram-single-ranges-main.s
  bolt/test/X86/debug-fission-single-convert.s
  bolt/test/X86/debug-fission-single.s
  bolt/test/X86/dwarf4-df-do-no-convert-low-pc-high-pc-to-ranges.test
  bolt/test/X86/dwarf4-df-dualcu-loclist.test
  bolt/test/X86/dwarf4-df-dualcu.test
  bolt/test/X86/dwarf4-do-no-convert-low-pc-high-pc-to-ranges.test
  bolt/test/X86/dwarf4-size-0-inlined_subroutine.s
  bolt/test/X86/dwarf4-subprogram-multiple-ranges.test
  bolt/test/X86/dwarf4-subprogram-single-gc-ranges.test
  bolt/test/X86/dwarf4-subprogram-single-ranges.test
  bolt/test/X86/dwarf4-types-dwarf5-types.test
  bolt/test/X86/dwarf4-types-dwarf5.test
  bolt/test/X86/dwarf5-df-dualcu-loclist.test
  bolt/test/X86/dwarf5-df-dualcu.test
  bolt/test/X86/dwarf5-df-mono-dualcu.test
  bolt/test/X86/dwarf5-do-no-convert-low-pc-high-pc-to-ranges.test
  bolt/test/X86/dwarf5-dwarf4-gdb-index-types-gdb-generated-gdb11.test
  bolt/test/X86/dwarf5-dwarf4-gdb-index-types-gdb-generated-gdb9.test
  bolt/test/X86/dwarf5-dwarf4-gdb-index-types-lld-generated.test
  bolt/test/X86/dwarf5-dwarf4-monolithic.test
  bolt/test/X86/dwarf5-dwarf4-types-backward-forward-cross-reference.test
  bolt/test/X86/dwarf5-ftypes-dwo-mono-input-dwp-output.test
  bolt/test/X86/dwarf5-gdb-index-types-gdb-generated-gdb11.test
  bolt/test/X86/dwarf5-gdb-index-types-gdb-generated-gdb9.test
  bolt/test/X86/dwarf5-gdb-index-types-lld-generated.test
  bolt/test/X86/dwarf5-locaddrx.test
  bolt/test/X86/dwarf5-locexpr-referrence.test
  bolt/test/X86/dwarf5-lowpc-highpc-convert.s
  bolt/test/X86/dwarf5-one-loclists-two-bases.test
  bolt/test/X86/dwarf5-rangeoffset-to-rangeindex.s
  bolt/test/X86/dwarf5-split-dwarf4-monolithic.test
  bolt/test/X86/dwarf5-subprogram-multiple-ranges.test
  bolt/test/X86/dwarf5-subprogram-single-gc-ranges.test
  bolt/test/X86/dwarf5-subprogram-single-ranges.test
  bolt/test/X86/dwarf5-two-loclists.test
  bolt/test/X86/dwarf5-two-rnglists.test
  bolt/test/X86/dwarf5-types-backward-cross-reference.s
  bolt/test/X86/dwarf5-types-forward-cross-reference.s
  bolt/test/X86/gdbindex.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156374.545290.patch
Type: text/x-patch
Size: 228818 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230728/61ea27c5/attachment-0001.bin>


More information about the llvm-commits mailing list