summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2019-09-07 14:58:47 +0000
committerFangrui Song <maskray@google.com>2019-09-07 14:58:47 +0000
commit72e99e63a2f9b51853cf74eddae37d7eaf106ca5 (patch)
tree75ef84b3ee3162fc67b0162d61cb16cb54d7aaa7 /llvm/lib/Target
parent4e76f880723a4a1a25a94f556aea72f63da8f17a (diff)
downloadbcm5719-llvm-72e99e63a2f9b51853cf74eddae37d7eaf106ca5.tar.gz
bcm5719-llvm-72e99e63a2f9b51853cf74eddae37d7eaf106ca5.zip
[ELF][MC] Set types of aliases of IFunc to STT_GNU_IFUNC
``` .type foo,@gnu_indirect_function .set foo,foo_resolver .set foo2,foo .set foo3,foo2 ``` The types of foo2 and foo3 should be STT_GNU_IFUNC, but we currently resolve them to the type of foo_resolver. This patch fixes it. Differential Revision: https://reviews.llvm.org/D67206 Patch by Senran Zhang llvm-svn: 371312
Diffstat (limited to 'llvm/lib/Target')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud