mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
a1a2b19cce
DWARF4 relative DW_AT_high_pc values are now displayed as absolute addresses. The relative value is only shown when explicitly dumping the forms, i.e. in show-form or verbose mode. ``` DW_AT_low_pc (0x0000000000000049) DW_AT_high_pc (0x00000019) ``` becomes ``` DW_AT_low_pc (0x0000000000000049) DW_AT_high_pc (0x0000000000000062) ``` Differential revision: https://reviews.llvm.org/D40317 rdar://35416943 llvm-svn: 319044 |
||
---|---|---|
.. | ||
ARM | ||
Inputs | ||
X86 | ||
absolute_symbol.test | ||
arch-option.test | ||
archive-timestamp.test | ||
basic-linking.test | ||
cmdline.test | ||
debug-map-parsing.test | ||
dump-symtab.test | ||
fat-binary-output.test | ||
null-die.test | ||
yaml-object-address-rewrite.test |