diff options
Diffstat (limited to 'llvm/test/MC')
-rw-r--r-- | llvm/test/MC/ARM/dwarf-asm-multiple-sections.s | 2 | ||||
-rw-r--r-- | llvm/test/MC/ELF/debug-md5.s | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/MC/ARM/dwarf-asm-multiple-sections.s b/llvm/test/MC/ARM/dwarf-asm-multiple-sections.s index 1f13a5abf9c..a873e505f73 100644 --- a/llvm/test/MC/ARM/dwarf-asm-multiple-sections.s +++ b/llvm/test/MC/ARM/dwarf-asm-multiple-sections.s @@ -54,7 +54,7 @@ b: // DWARF-DL: .debug_line contents: // DWARF-DL: version: [[DWVER]] // DWARF-DL-5: address_size: 4 -// DWARF-DL-5: include_directories[ 1] = '' +// DWARF-DL-5: include_directories[ 0] = '' // DWARF-DL: file_names[ 1] {{.*}} <stdin> // DWARF-DL: 0x0000000000000000 17 0 1 0 0 is_stmt // DWARF-DL-NEXT: 0x0000000000000004 17 0 1 0 0 is_stmt end_sequence diff --git a/llvm/test/MC/ELF/debug-md5.s b/llvm/test/MC/ELF/debug-md5.s index 16ec47db83a..d854c034d3c 100644 --- a/llvm/test/MC/ELF/debug-md5.s +++ b/llvm/test/MC/ELF/debug-md5.s @@ -9,9 +9,9 @@ # CHECK: debug_line[0x00000000] # CHECK: version: 5 -# CHECK: include_directories[ 1] = '' -# CHECK: include_directories[ 2] = 'dir1' -# CHECK: include_directories[ 3] = 'dir2' +# CHECK: include_directories[ 0] = '' +# CHECK: include_directories[ 1] = 'dir1' +# CHECK: include_directories[ 2] = 'dir2' # CHECK-NOT: include_directories # CHECK: Dir MD5 Checksum File Name # CHECK: file_names[ 1] 1 00112233445566778899aabbccddeeff foo |