diff options
| author | David Blaikie <dblaikie@gmail.com> | 2014-03-07 01:30:55 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2014-03-07 01:30:55 +0000 |
| commit | 48b1bdcf28301fd2d55a808d77bc2482c87d7ae6 (patch) | |
| tree | 19a54a1c6b766e9809530901b0f3a0ed499f2038 /llvm/test/DebugInfo/AArch64/dwarfdump.ll | |
| parent | f5040a64bbe0daf32eb6309a7c1b0425b89644ad (diff) | |
| download | bcm5719-llvm-48b1bdcf28301fd2d55a808d77bc2482c87d7ae6.tar.gz bcm5719-llvm-48b1bdcf28301fd2d55a808d77bc2482c87d7ae6.zip | |
DebugInfo: Emit DW_TAG_subprogram's DW_AT_high_pc as an offset from the low_pc
This removes a relocation from each subprogram, reducing link times,
etc.
llvm-svn: 203187
Diffstat (limited to 'llvm/test/DebugInfo/AArch64/dwarfdump.ll')
| -rw-r--r-- | llvm/test/DebugInfo/AArch64/dwarfdump.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/AArch64/dwarfdump.ll b/llvm/test/DebugInfo/AArch64/dwarfdump.ll index 3325f30293a..b30bd33ea3a 100644 --- a/llvm/test/DebugInfo/AArch64/dwarfdump.ll +++ b/llvm/test/DebugInfo/AArch64/dwarfdump.ll @@ -12,7 +12,7 @@ ; A couple of ABS64s similarly: ; CHECK: DW_AT_low_pc [DW_FORM_addr] (0x0000000000000000) -; CHECK: DW_AT_high_pc [DW_FORM_addr] (0x0000000000000008) +; CHECK: DW_AT_high_pc [DW_FORM_data4] (0x00000008) define i32 @main() nounwind { ret i32 0, !dbg !8 |

