Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [GCC] Attribute ifunc support in clang | Dmitry Polukhin | 2016-04-11 | 1 | -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 |