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 745921f commit 6d6a041Copy full SHA for 6d6a041
include/llvm/BinaryFormat/ELFRelocs/RISCV.def
@@ -48,3 +48,12 @@ ELF_RELOC(R_RISCV_RVC_JUMP, 45)
48
ELF_RELOC(R_RISCV_RVC_LUI, 46)
49
ELF_RELOC(R_RISCV_GPREL_I, 47)
50
ELF_RELOC(R_RISCV_GPREL_S, 48)
51
+ELF_RELOC(R_RISCV_TPREL_I, 49)
52
+ELF_RELOC(R_RISCV_TPREL_S, 50)
53
+ELF_RELOC(R_RISCV_RELAX, 51)
54
+ELF_RELOC(R_RISCV_SUB6, 52)
55
+ELF_RELOC(R_RISCV_SET6, 53)
56
+ELF_RELOC(R_RISCV_SET8, 54)
57
+ELF_RELOC(R_RISCV_SET16, 55)
58
+ELF_RELOC(R_RISCV_SET32, 56)
59
+ELF_RELOC(R_RISCV_32_PCREL, 57)
0 commit comments