[all-commits] [llvm/llvm-project] e1ceae: [BOLT][DWARF] Fix setting DW_AT_ranges offset of S...

Alexander Yermolovich via All-commits all-commits at lists.llvm.org
Thu Aug 3 10:34:58 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e1ceae4b6039869f738436e09fe072779a61aadb
      https://github.com/llvm/llvm-project/commit/e1ceae4b6039869f738436e09fe072779a61aadb
  Author: Alexander Yermolovich <ayermolo at meta.com>
  Date:   2023-08-03 (Thu, 03 Aug 2023)

  Changed paths:
    M bolt/lib/Rewrite/DWARFRewriter.cpp
    A bolt/test/X86/Inputs/dwarf4-df-input-lowpc-ranges-main.s
    A bolt/test/X86/Inputs/dwarf5-df-input-lowpc-ranges-main.s
    A bolt/test/X86/dwarf4-df-input-lowpc-ranges.test
    A bolt/test/X86/dwarf5-df-input-lowpc-ranges.test

  Log Message:
  -----------
  [BOLT][DWARF] Fix setting DW_AT_ranges offset of Skeleton CU

Fixed a bug where when Skelton CU had DW_AT_ranges, it the output CU DW_AT_ranges
 offset was relative, and not absolute.

Reviewed By: maksfb

Differential Revision: https://reviews.llvm.org/D156958




More information about the All-commits mailing list