summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/DebugInfo/Inputs/dwarfdump-header.elf-x86-64bin3056 -> 3248 bytes
-rw-r--r--llvm/test/DebugInfo/Inputs/dwarfdump-header.s10
2 files changed, 7 insertions, 3 deletions
diff --git a/llvm/test/DebugInfo/Inputs/dwarfdump-header.elf-x86-64 b/llvm/test/DebugInfo/Inputs/dwarfdump-header.elf-x86-64
index 21c1eacd071..e65f34f2a21 100644
--- a/llvm/test/DebugInfo/Inputs/dwarfdump-header.elf-x86-64
+++ b/llvm/test/DebugInfo/Inputs/dwarfdump-header.elf-x86-64
Binary files differ
diff --git a/llvm/test/DebugInfo/Inputs/dwarfdump-header.s b/llvm/test/DebugInfo/Inputs/dwarfdump-header.s
index c5cf4859776..e068cb4d7b1 100644
--- a/llvm/test/DebugInfo/Inputs/dwarfdump-header.s
+++ b/llvm/test/DebugInfo/Inputs/dwarfdump-header.s
@@ -15,6 +15,10 @@ str_CU_5:
.asciz "V5_compile_unit"
str_TU_4:
.asciz "V4_type_unit"
+str_LT_5a:
+ .asciz "Directory5a"
+str_LT_5b:
+ .asciz "Directory5b"
.section .debug_str.dwo,"MS",@progbits,1
dwo_TU_5:
@@ -227,11 +231,11 @@ LH_5_params:
# Directory table format
.byte 1 # One element per directory entry
.byte 1 # DW_LNCT_path
- .byte 0x08 # DW_FORM_string
+ .byte 0x0e # DW_FORM_strp (-> .debug_str)
# Directory table entries
.byte 2 # Two directories
- .asciz "Directory5a"
- .asciz "Directory5b"
+ .long str_LT_5a
+ .long str_LT_5b
# File table format
.byte 4 # Four elements per file entry
.byte 1 # DW_LNCT_path
OpenPOWER on IntegriCloud