Skip to content

Commit a099718

Browse files
committed
[BinaryFormat][RISCV] Ditch R_RISCV_CHERI_CAPABILITY_CALL in comment
We can just reuse R_RISCV_JUMP_SLOT when needed.
1 parent 6c1dcc4 commit a099718

File tree

1 file changed

+1
-1
lines changed
  • llvm/include/llvm/BinaryFormat/ELFRelocs

1 file changed

+1
-1
lines changed

llvm/include/llvm/BinaryFormat/ELFRelocs/RISCV.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ ELF_RELOC(R_RISCV_PLT32, 59)
5858

5959
ELF_RELOC(R_RISCV_CHERI_CAPTAB_PCREL_HI20, 192)
6060
ELF_RELOC(R_RISCV_CHERI_CAPABILITY, 193)
61-
// 194 reserved for R_RISCV_CHERI_CAPABILITY_CALL
61+
// 194 reserved
6262
ELF_RELOC(R_RISCV_CHERI_SIZE, 195)
6363
ELF_RELOC(R_RISCV_CHERI_TPREL_CINCOFFSET, 196) // Deprecated
6464
ELF_RELOC(R_RISCV_CHERI_TLS_IE_CAPTAB_PCREL_HI20, 197) // Deprecated

0 commit comments

Comments
 (0)