diff options
Diffstat (limited to 'contrib/llvm/tools/lld/ELF/Relocations.h')
-rw-r--r-- | contrib/llvm/tools/lld/ELF/Relocations.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/llvm/tools/lld/ELF/Relocations.h b/contrib/llvm/tools/lld/ELF/Relocations.h index f3512e0a89fc..206f0d9423c9 100644 --- a/contrib/llvm/tools/lld/ELF/Relocations.h +++ b/contrib/llvm/tools/lld/ELF/Relocations.h @@ -27,6 +27,7 @@ class OutputSection; // doesn't have to know about architecture-specific details. enum RelExpr { R_ABS, + R_ARM_SBREL, R_GOT, R_GOTONLY_PC, R_GOTONLY_PC_FROM_END, |