[PATCH] D52696: Update ifunc attribute support documentation

Joerg Sonnenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 30 11:00:03 PDT 2018


joerg added a comment.

I think this is still too optimistic. Full support for ifunc seems to be generally limited to x86. Most other architectures lack even definitions for anonymous ifunc relocations or support proper relaxation only in limited forms. That's especially annoying when looking at static linking.


Repository:
  rL LLVM

https://reviews.llvm.org/D52696





More information about the llvm-commits mailing list