summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/ifunc.c
Commit message (Collapse)AuthorAgeFilesLines
* [GCC] Attribute ifunc support in clangDmitry Polukhin2016-04-111-0/+41
This patch add support for GCC attribute((ifunc("resolver"))) for targets that use ELF as object file format. In general ifunc is a special kind of function alias with type @gnu_indirect_function. LLVM patch http://reviews.llvm.org/D15525 Differential Revision: http://reviews.llvm.org/D15524 llvm-svn: 265917
OpenPOWER on IntegriCloud