DWARF 5 added two new attributes DW_AT_call_pc and DW_AT_call_return_pc.
Adding support for them.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D128526
[BOLT][DWARF] Add support for DW_AT_call_pc/DW_AT_call_return_pc ClosedPublic Authored by ayermolo on Jun 24 2022, 6:54 AM.
Details Summary DWARF 5 added two new attributes DW_AT_call_pc and DW_AT_call_return_pc.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 24 2022, 12:28 PM Closed by commit rG11a8dd65ec60: [BOLT][DWARF] Add support for DW_AT_call_pc/DW_AT_call_return_pc (authored by ayermolo). · Explain WhyJun 24 2022, 12:39 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 439731 bolt/lib/Rewrite/DWARFRewriter.cpp
bolt/test/X86/Inputs/dwarf5-call-pc-helper.s
bolt/test/X86/Inputs/dwarf5-call-pc-main.s
bolt/test/X86/Inputs/dwarf5-return-pc-helper.s
bolt/test/X86/Inputs/dwarf5-return-pc-main.s
bolt/test/X86/dwarf5-call-pc.test
bolt/test/X86/dwarf5-return-pc.test
|