There are cases in DWARF4 when Skeleton CU has ranges, but dwo CU doesn't.
Bug was introduced in new DWARFRewriter where for DWARF4 it would fall through
to DWARF5 case.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D155033
[BOLT][DWARF] Fix adding DW_AT_GNU_ranges_base ClosedPublic Authored by ayermolo on Jul 11 2023, 4:52 PM.
Details Summary There are cases in DWARF4 when Skeleton CU has ranges, but dwo CU doesn't.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 12 2023, 11:21 PM Closed by commit rG790b75ea3646: [BOLT][DWARF] Fix adding DW_AT_GNU_ranges_base (authored by ayermolo). · Explain WhyJul 13 2023, 10:55 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 539343 bolt/lib/Rewrite/DWARFRewriter.cpp
bolt/test/X86/Inputs/dwarf4-df-no-base.s
bolt/test/X86/dwarf4-df-no-base.test
|