diff options
Diffstat (limited to 'lld/ELF/Relocations.h')
| -rw-r--r-- | lld/ELF/Relocations.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lld/ELF/Relocations.h b/lld/ELF/Relocations.h index 8f6a5ce75c2..34612200999 100644 --- a/lld/ELF/Relocations.h +++ b/lld/ELF/Relocations.h @@ -43,6 +43,8 @@ enum RelExpr { R_RELAX_GOT_PC_NOPIC, R_RELAX_TLS_GD_TO_IE, R_RELAX_TLS_GD_TO_IE_END, + R_RELAX_TLS_GD_TO_IE_ABS, + R_RELAX_TLS_GD_TO_IE_PAGE_PC, R_RELAX_TLS_GD_TO_LE, R_RELAX_TLS_GD_TO_LE_NEG, R_RELAX_TLS_IE_TO_LE, |

