1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/test/tools/dsymutil
Jonas Devlieghere a1a2b19cce [llvm-dwarfdump] Display DW_AT_high_pc as absolute value
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
2017-11-27 16:40:46 +00:00
..
ARM Revert "[dsymutil] Timestmap verification for __swift_ast" 2017-10-11 13:51:30 +00:00
Inputs Revert "[dsymutil] Timestmap verification for __swift_ast" 2017-10-11 13:51:30 +00:00
X86 [llvm-dwarfdump] Display DW_AT_high_pc as absolute value 2017-11-27 16:40:46 +00:00
absolute_symbol.test
arch-option.test
archive-timestamp.test
basic-linking.test
cmdline.test [dsymutil][doc] Improve wording in manpage and rename file. 2017-11-02 18:44:54 +00:00
debug-map-parsing.test
dump-symtab.test
fat-binary-output.test
null-die.test [dsymutil] Don't resolve DIE reference to NULL DIE. 2017-09-21 10:28:33 +00:00
yaml-object-address-rewrite.test