[llvm] a53ed21 - [MC][RISCV] relocations.s - add missing opcode to test check
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 6 01:08:27 PDT 2024
Author: Simon Pilgrim
Date: 2024-06-06T09:08:03+01:00
New Revision: a53ed2170aad4022ff6b730de3f7c63cc35c485d
URL: https://github.com/llvm/llvm-project/commit/a53ed2170aad4022ff6b730de3f7c63cc35c485d
DIFF: https://github.com/llvm/llvm-project/commit/a53ed2170aad4022ff6b730de3f7c63cc35c485d.diff
LOG: [MC][RISCV] relocations.s - add missing opcode to test check
Added:
Modified:
llvm/test/MC/RISCV/relocations.s
Removed:
################################################################################
diff --git a/llvm/test/MC/RISCV/relocations.s b/llvm/test/MC/RISCV/relocations.s
index 3cad3d44a615d..f5f6417487f22 100644
--- a/llvm/test/MC/RISCV/relocations.s
+++ b/llvm/test/MC/RISCV/relocations.s
@@ -185,7 +185,7 @@ auipc a0, %tlsdesc_hi(a_symbol)
lw a1, %tlsdesc_load_lo(.L5)(a0)
# RELOC: R_RISCV_TLSDESC_LOAD_LO12
-# INSTR: a1, %tlsdesc_load_lo(.L5)(a0)
+# INSTR: lw a1, %tlsdesc_load_lo(.L5)(a0)
# FIXUP: fixup A - offset: 0, value: %tlsdesc_load_lo(.L5), kind: fixup_riscv_tlsdesc_load_lo12
addi a0, a0, %tlsdesc_add_lo(.L5)
More information about the llvm-commits
mailing list