diff options
Diffstat (limited to 'lldb/lit/SymbolFile/DWARF/debug_loc.s')
-rw-r--r-- | lldb/lit/SymbolFile/DWARF/debug_loc.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/lit/SymbolFile/DWARF/debug_loc.s b/lldb/lit/SymbolFile/DWARF/debug_loc.s index 1fc862f8a1f..8dec979f694 100644 --- a/lldb/lit/SymbolFile/DWARF/debug_loc.s +++ b/lldb/lit/SymbolFile/DWARF/debug_loc.s @@ -9,12 +9,12 @@ # RUN: | FileCheck %s # CHECK-LABEL: image lookup -v -a 0 -# CHECK: Variable: {{.*}}, name = "x0", type = "int", location = rdi, +# CHECK: Variable: {{.*}}, name = "x0", type = "int", location = DW_OP_reg5 RDI, # CHECK: Variable: {{.*}}, name = "x1", type = "int", location = , # CHECK: Variable: {{.*}}, name = "x2", type = "int", location = , # CHECK-LABEL: image lookup -v -a 2 -# CHECK: Variable: {{.*}}, name = "x0", type = "int", location = rax, +# CHECK: Variable: {{.*}}, name = "x0", type = "int", location = DW_OP_reg0 RAX, # CHECK: Variable: {{.*}}, name = "x1", type = "int", location = , # CHECK: Variable: {{.*}}, name = "x2", type = "int", location = , |