diff options
-rw-r--r-- | llvm/include/llvm/Support/ELFRelocs/x86_64.def | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/ELFRelocs/x86_64.def b/llvm/include/llvm/Support/ELFRelocs/x86_64.def index 36ad0618eb2..18fdcf9472d 100644 --- a/llvm/include/llvm/Support/ELFRelocs/x86_64.def +++ b/llvm/include/llvm/Support/ELFRelocs/x86_64.def @@ -41,4 +41,5 @@ ELF_RELOC(R_X86_64_GOTPC32_TLSDESC, 34) ELF_RELOC(R_X86_64_TLSDESC_CALL, 35) ELF_RELOC(R_X86_64_TLSDESC, 36) ELF_RELOC(R_X86_64_IRELATIVE, 37) - +ELF_RELOC(R_X86_64_GOTPCRELX, 41) +ELF_RELOC(R_X86_64_REX_GOTPCRELX, 42) |