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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D120528
[BOLT][DWARF] Fix how DW_AT_high_pc [DW_FORM_udata] is handled ClosedPublic Authored by ayermolo on Feb 24 2022, 5:11 PM.
Details Summary We were not handling correctly conversion from DW_AT_high_pc into DW_AT_ranges,
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 25 2022, 7:52 AM ayermolo retitled this revision from [BOLT][DWARF] Fix how DW_AT_high_pc [DW_FORM_udata] is handled. to [BOLT][DWARF] Fix how DW_AT_high_pc [DW_FORM_udata] is handled.Feb 25 2022, 10:26 AM Closed by commit rGa44fe31977c7: [BOLT][DWARF] Fix how DW_AT_high_pc [DW_FORM_udata] is handled (authored by ayermolo). · Explain WhyFeb 25 2022, 10:32 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 411298 bolt/include/bolt/Core/DebugData.h
bolt/lib/Core/DebugData.cpp
bolt/test/X86/high_pc_udata.s
|
Could you add a description of the patch kind in a comment?