We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4170922 commit d3486bbCopy full SHA for d3486bb
bolt/test/RISCV/reloc-label-diff.s
@@ -12,7 +12,7 @@ _start:
12
// BOLT removes this nop so the label difference is initially 8 but should be
13
// 4 after BOLT processes it.
14
nop
15
- beq x0, x0, _test_end
+ li x0, _test_end-.
16
_test_end:
17
ret
18
.size _start, .-_start
0 commit comments