We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9538d2d commit efa9586Copy full SHA for efa9586
src/test/assembly/asm/riscv-types.rs
@@ -56,7 +56,7 @@ pub unsafe fn sym_fn() {
56
// CHECK-LABEL: sym_static:
57
// CHECK: #APP
58
// CHECK: auipc t0, %pcrel_hi(extern_static)
59
-// CHECK: lb t0, %pcrel_lo(.Lpcrel_hi0)(t0)
+// CHECK: lb t0, %pcrel_lo(.Lpcrel_hi{{[0-9]+}})(t0)
60
// CHECK: #NO_APP
61
#[no_mangle]
62
pub unsafe fn sym_static() {
0 commit comments