diff options
| author | Sourabh Singh Tomar <SourabhSingh.Tomar@amd.com> | 2019-11-29 11:26:00 +0530 |
|---|---|---|
| committer | Sourabh Singh Tomar <SourabhSingh.Tomar@amd.com> | 2019-12-11 01:18:02 +0530 |
| commit | 6ef01588f4d75ef43da4ed2a37ba7a8b8daab259 (patch) | |
| tree | 735ace101f8cc71ed4eb2dafb08acfad15ee6f20 /llvm/test/DebugInfo/X86 | |
| parent | 7d0e8930ed08b5f938a317f13d8fc994dd8c551c (diff) | |
| download | bcm5719-llvm-6ef01588f4d75ef43da4ed2a37ba7a8b8daab259.tar.gz bcm5719-llvm-6ef01588f4d75ef43da4ed2a37ba7a8b8daab259.zip | |
[DWARF5] Start emitting DW_AT_dwo_name when -gdwarf-5 is specified.
Diffstat (limited to 'llvm/test/DebugInfo/X86')
| -rw-r--r-- | llvm/test/DebugInfo/X86/debug_addr.ll | 2 | ||||
| -rw-r--r-- | llvm/test/DebugInfo/X86/string-offsets-table.ll | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/X86/debug_addr.ll b/llvm/test/DebugInfo/X86/debug_addr.ll index 55e24b2764c..424313ac2e6 100644 --- a/llvm/test/DebugInfo/X86/debug_addr.ll +++ b/llvm/test/DebugInfo/X86/debug_addr.ll @@ -30,7 +30,7 @@ ; DWARF5-NOT: Compile Unit ; DWARF5: DW_TAG_skeleton_unit ; DWARF5-NOT: DW_TAG_{{.*}} -; DWARF5: DW_AT_GNU_dwo_name{{.*}}test.dwo +; DWARF5: DW_AT_dwo_name{{.*}}test.dwo ; DWARF5: DW_AT_addr_base{{.*}}0x00000008 ; DWARF5: DW_AT_low_pc [DW_FORM_addrx] (indexed (00000000) address = 0x0000000000000000 ".text") ; DWARF5: .debug_addr contents: diff --git a/llvm/test/DebugInfo/X86/string-offsets-table.ll b/llvm/test/DebugInfo/X86/string-offsets-table.ll index be960d1e017..cff779445ed 100644 --- a/llvm/test/DebugInfo/X86/string-offsets-table.ll +++ b/llvm/test/DebugInfo/X86/string-offsets-table.ll @@ -60,7 +60,7 @@ ; SPLIT-NOT: {{DW_TAG|contents:}} ; SPLIT: DW_AT_str_offsets_base [DW_FORM_sec_offset] (0x00000008) ; SPLIT: DW_AT_comp_dir [DW_FORM_strx1] (indexed (00000000) string = "/home/test") -; SPLIT: DW_AT_GNU_dwo_name [DW_FORM_strx1] (indexed (00000001) string = "foo.dwo") +; SPLIT: DW_AT_dwo_name [DW_FORM_strx1] (indexed (00000001) string = "foo.dwo") ; Check for the split CU in .debug_info.dwo. ; SPLIT: .debug_info.dwo contents: |

