Skip to content

Commit a53ed21

Browse files
committed
[MC][RISCV] relocations.s - add missing opcode to test check
1 parent fb8421a commit a53ed21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/MC/RISCV/relocations.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ auipc a0, %tlsdesc_hi(a_symbol)
185185

186186
lw a1, %tlsdesc_load_lo(.L5)(a0)
187187
# RELOC: R_RISCV_TLSDESC_LOAD_LO12
188-
# INSTR: a1, %tlsdesc_load_lo(.L5)(a0)
188+
# INSTR: lw a1, %tlsdesc_load_lo(.L5)(a0)
189189
# FIXUP: fixup A - offset: 0, value: %tlsdesc_load_lo(.L5), kind: fixup_riscv_tlsdesc_load_lo12
190190

191191
addi a0, a0, %tlsdesc_add_lo(.L5)

0 commit comments

Comments
 (0)