[all-commits] [llvm/llvm-project] a44fe3: [BOLT][DWARF] Fix how DW_AT_high_pc [DW_FORM_udata...
Alexander Yermolovich via All-commits
all-commits at lists.llvm.org
Fri Feb 25 10:32:51 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a44fe31977c781b58922e6ad065c15920883dc57
https://github.com/llvm/llvm-project/commit/a44fe31977c781b58922e6ad065c15920883dc57
Author: Alexander Yermolovich <ayermolo at fb.com>
Date: 2022-02-25 (Fri, 25 Feb 2022)
Changed paths:
M bolt/include/bolt/Core/DebugData.h
M bolt/lib/Core/DebugData.cpp
A bolt/test/X86/high_pc_udata.s
Log Message:
-----------
[BOLT][DWARF] Fix how DW_AT_high_pc [DW_FORM_udata] is handled
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.
Reviewed By: maksfb
Differential Revision: https://reviews.llvm.org/D120528
More information about the All-commits
mailing list