diff options
| author | David Blaikie <dblaikie@gmail.com> | 2018-10-20 08:54:05 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2018-10-20 08:54:05 +0000 |
| commit | 2df23a4e2ec4e58d22ec76b4885c3f004703850e (patch) | |
| tree | 69a451678f081dc884e5ff8d815d4614d22e4f6c /llvm/test/CodeGen/X86/dwarf-headers.ll | |
| parent | 32e09de91c216facfe782d0a4691a17b5500ace6 (diff) | |
| download | bcm5719-llvm-2df23a4e2ec4e58d22ec76b4885c3f004703850e.tar.gz bcm5719-llvm-2df23a4e2ec4e58d22ec76b4885c3f004703850e.zip | |
DebugInfo: Use DW_OP_addrx in DWARFv5
Reuse addresses in the address pool, even in non-split cases.
llvm-svn: 344838
Diffstat (limited to 'llvm/test/CodeGen/X86/dwarf-headers.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/dwarf-headers.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/dwarf-headers.ll b/llvm/test/CodeGen/X86/dwarf-headers.ll index b2a3115cf5e..fa2080d1e1d 100644 --- a/llvm/test/CodeGen/X86/dwarf-headers.ll +++ b/llvm/test/CodeGen/X86/dwarf-headers.ll @@ -74,12 +74,12 @@ ; ; O-5: .debug_info contents: ; O-5: 0x00000000: Compile Unit: {{.*}} version = 0x0005 unit_type = DW_UT_skeleton abbr_offset -; O-5-SAME: DWO_id = 0x4ed74084f749d96b +; O-5-SAME: DWO_id = 0xccd7e58ef8bf4aa6 ; O-5: 0x00000014: DW_TAG_compile_unit ; ; DWO-5: .debug_info.dwo contents: ; DWO-5: 0x00000000: Compile Unit: {{.*}} version = 0x0005 unit_type = DW_UT_split_compile abbr_offset -; DWO-5-SAME: DWO_id = 0x4ed74084f749d96b +; DWO-5-SAME: DWO_id = 0xccd7e58ef8bf4aa6 ; DWO-5: 0x00000014: DW_TAG_compile_unit ; ; FIXME: V5 wants type units in .debug_info.dwo not .debug_types.dwo. |

