Avoid relocating DW_AT_call_pc, e.g. when a call PC is equal to the
function's low_pc as is the case in the test:
__Z5func1v: 0000000100007f94 b __Z5func2v
rdar://62952440
Paths
| Differential D79536
[dsymutil] Avoid relocating DW_AT_call_pc twice ClosedPublic Authored by vsk on May 6 2020, 6:10 PM.
Details Summary Avoid relocating DW_AT_call_pc, e.g. when a call PC is equal to the __Z5func1v: 0000000100007f94 b __Z5func2v rdar://62952440
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 6 2020, 6:28 PM Closed by commit rG9f889125abbf: [dsymutil] Avoid relocating DW_AT_call_pc twice (authored by vsk). · Explain WhyMay 7 2020, 10:47 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 262695 llvm/lib/DWARFLinker/DWARFLinker.cpp
llvm/test/tools/dsymutil/ARM/call-pc-reloc.test
|