Skip to content

Commit 403a439

Browse files
committed
Fix check line in test
1 parent b25d4cf commit 403a439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/MC/RISCV/xqcili-relocations.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ qc.li a1, %qc.abs20(abs_symbol)
8484
qc.e.li s1, abs_symbol
8585

8686
# ASM: qc.li a1, %qc.abs20(undef)
87-
# OBJ: qc.li a1, 0x0
87+
# OBJ-NEXT: qc.li a1, 0x0
8888
# OBJ-NEXT: R_RISCV_VENDOR QUALCOMM{{$}}
8989
# OBJ-NEXT: R_RISCV_CUSTOM192 undef{{$}}
9090
# OBJ-NEXT: R_RISCV_RELAX

0 commit comments

Comments
 (0)