[PATCH] D15525: [GCC] Attribute ifunc support in llvm

Dmitry Polukhin via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 18 01:17:17 PST 2015


DmitryPolukhin marked an inline comment as done.
DmitryPolukhin added a comment.

Thank you for pointing out the direction. I'll start working on RFC with different approaches how ifunc could be represented in IR.

Just for the sake of completeness, there is a way to avoid IR extension - it is possible to emit global asm statement like  `__asm__ (".type resolver_alias_name, @gnu_indirect_function")` and avoid IR extension but I didn't seriously consider this path.


http://reviews.llvm.org/D15525





More information about the llvm-commits mailing list