diff options
Diffstat (limited to 'ELF/Target.cpp')
-rw-r--r-- | ELF/Target.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ELF/Target.cpp b/ELF/Target.cpp index 466d1b47ce12..0375eb96dc3e 100644 --- a/ELF/Target.cpp +++ b/ELF/Target.cpp @@ -436,6 +436,7 @@ uint64_t X86TargetInfo::getImplicitAddend(const uint8_t *Buf, case R_386_GOTPC: case R_386_PC32: case R_386_PLT32: + case R_386_TLS_LE: return read32le(Buf); } } |