We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7807a69 commit af5b146Copy full SHA for af5b146
src/test/ui/asm/aarch64/sym.rs
@@ -55,7 +55,7 @@ macro_rules! static_tls_addr {
55
// Add the top 12 bits of the symbol's offset
56
"add {out}, {out}, :tprel_hi12:{sym}",
57
// And the bottom 12 bits
58
- "add {out}, {out}, :tprel_lo12:{sym}",
+ "add {out}, {out}, :tprel_lo12_nc:{sym}",
59
out = out(reg) result,
60
sym = sym $s
61
);
0 commit comments