Alex Orlov
|
49cbf4cd85
|
Fix bug in .eh_frame/.debug_frame PC offset calculation for DW_EH_PE_pcrel
This fixes the following bugs:
https://bugs.llvm.org/show_bug.cgi?id=27249
https://bugs.llvm.org/show_bug.cgi?id=46414
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D100328
|
2021-04-15 15:06:20 +04:00 |
Fangrui Song
|
3ab0f53ef3
|
[DebugInfo] Respect relocations when decoding DW_EH_PE_sdata4 & DW_EH_PE_sdata8 and support R_ARM_REL32
The addresses in llvm-dwarfdump --eh-frame output for object files are closer to readelf -wf output now.
|
2020-07-18 09:00:50 -07:00 |
Fangrui Song
|
6ed18eaa77
|
[llvm-objdump][test] Change llvm-objdump tests to use double dash options
|
2020-03-15 16:01:26 -07:00 |
Fangrui Song
|
6d026c89dc
|
[llvm-objdump][test] Move binary format specific tests under COFF/ ELF/ MachO/ XCOFF/ wasm/
Reviewed By: grimar
Differential Revision: https://reviews.llvm.org/D75798
|
2020-03-09 08:04:48 -07:00 |