[PATCH] D117317: [MC] Put the pending fixups into relocation offset symbol's fragment
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 19 19:56:13 PST 2022
MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: llvm/test/MC/RISCV/reloc-directive.s:34
+
+# CHECK: Section ({{.*}}) .rela.pseudoprobe {
+# CHECK-NEXT: 0x0 R_RISCV_32 - 0x6
----------------
```
# CHECK: Section ({{.*}}) .rela.pseudoprobe {
# CHECK-NEXT: 0x0 R_RISCV_32 - 0x6
# CHECK-NEXT: }
```
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117317/new/
https://reviews.llvm.org/D117317
More information about the llvm-commits
mailing list