diff options
| author | Fangrui Song <maskray@google.com> | 2019-09-07 14:58:47 +0000 |
|---|---|---|
| committer | Fangrui Song <maskray@google.com> | 2019-09-07 14:58:47 +0000 |
| commit | 72e99e63a2f9b51853cf74eddae37d7eaf106ca5 (patch) | |
| tree | 75ef84b3ee3162fc67b0162d61cb16cb54d7aaa7 /clang/lib/Sema/SemaOpenMP.cpp | |
| parent | 4e76f880723a4a1a25a94f556aea72f63da8f17a (diff) | |
| download | bcm5719-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 'clang/lib/Sema/SemaOpenMP.cpp')
0 files changed, 0 insertions, 0 deletions

