[all-commits] [llvm/llvm-project] c484b3: [Hexagon] Fix issue with non-preemptible STT_TLS s...
SidManning via All-commits
all-commits at lists.llvm.org
Fri Apr 3 06:55:47 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c484b3e334d3d63841974ba0733311fc812035a1
https://github.com/llvm/llvm-project/commit/c484b3e334d3d63841974ba0733311fc812035a1
Author: Sid Manning <sidneym at quicinc.com>
Date: 2020-04-03 (Fri, 03 Apr 2020)
Changed paths:
M lld/ELF/Relocations.cpp
A lld/test/ELF/hexagon-tls-gd-nonpreemptible.s
Log Message:
-----------
[Hexagon] Fix issue with non-preemptible STT_TLS symbols
A PC-relative relocation referencing a non-preemptible absolute symbol
(due to STT_TLS) is not representable in -pie/-shared mode.
Differential Revision: https://reviews.llvm.org/D77021
More information about the All-commits
mailing list