summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/ifunc-use-list-order.ll
Commit message (Collapse)AuthorAgeFilesLines
* [GCC] Attribute ifunc support in llvmDmitry Polukhin2016-04-071-0/+42
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. Patch for Clang http://reviews.llvm.org/D15524 Differential Revision: http://reviews.llvm.org/D15525 llvm-svn: 265667
OpenPOWER on IntegriCloud