[PATCH] D120528: [BOLT][DWARF] Fix how DW_AT_high_pc [DW_FORM_udata] is handled.

Alexander Yermolovich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 24 17:12:00 PST 2022


ayermolo created this revision.
Herald added subscribers: hoy, modimo, wenlei.
Herald added a reviewer: rafauler.
Herald added a reviewer: Amir.
Herald added a reviewer: maksfb.
ayermolo requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, yota9, sstefan1.
Herald added a project: LLVM.

We were not handling correctly conversion from DW_AT_high_pc into DW_AT_ranges,
when size of DW_AT_high_pc is not 4/8 bytes.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D120528

Files:
  bolt/include/bolt/Core/DebugData.h
  bolt/lib/Core/DebugData.cpp
  bolt/test/X86/high_pc_udata.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120528.411273.patch
Type: text/x-patch
Size: 10544 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220225/ce7c1809/attachment.bin>


More information about the llvm-commits mailing list