diff options
Diffstat (limited to 'llvm/test/DebugInfo/RISCV/relax-debug-frame.ll')
-rw-r--r-- | llvm/test/DebugInfo/RISCV/relax-debug-frame.ll | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/test/DebugInfo/RISCV/relax-debug-frame.ll b/llvm/test/DebugInfo/RISCV/relax-debug-frame.ll index aaf382da1f1..3fc4433c3af 100644 --- a/llvm/test/DebugInfo/RISCV/relax-debug-frame.ll +++ b/llvm/test/DebugInfo/RISCV/relax-debug-frame.ll @@ -12,14 +12,13 @@ ; RELAX: 0x20 R_RISCV_ADD32 ; RELAX: 0x20 R_RISCV_SUB32 ; RELAX-NOT: {{[}]}} -; RELAX: 0x25 R_RISCV_SET6 -; RELAX: 0x25 R_RISCV_SUB6 +; RELAX: 0x39 R_RISCV_SET6 +; RELAX: 0x39 R_RISCV_SUB6 ; ; RELAX-DWARFDUMP: CIE ; RELAX-DWARFDUMP: DW_CFA_advance_loc ; RELAX-DWARFDUMP: DW_CFA_def_cfa_offset ; RELAX-DWARFDUMP: DW_CFA_offset -; RELAX-DWARFDUMP: DW_CFA_restore source_filename = "frame.c" ; Function Attrs: noinline nounwind optnone |