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 1c24e617003..8f6a5ce75c2 100644 --- a/lld/ELF/Relocations.h +++ b/lld/ELF/Relocations.h @@ -42,7 +42,9 @@ enum RelExpr { R_RELAX_GOT_PC, R_RELAX_GOT_PC_NOPIC, R_RELAX_TLS_GD_TO_IE, + R_RELAX_TLS_GD_TO_IE_END, R_RELAX_TLS_GD_TO_LE, + R_RELAX_TLS_GD_TO_LE_NEG, R_RELAX_TLS_IE_TO_LE, R_RELAX_TLS_LD_TO_LE, R_SIZE, |

