[PATCH] D15524: [GCC] Attribute ifunc support in clang
Eric Christopher via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 7 13:58:14 PDT 2016
echristo accepted this revision.
echristo added a comment.
This all seems reasonable to me, one inline rewording comment, and check with rjmccall before committing.
Thanks!
================
Comment at: include/clang/Basic/AttrDocs.td:2371
@@ +2370,3 @@
+
+Not all targets support this attribute. ELF targets support this attribute when using binutils v2.20.1 or higher and glibc v2.11.1 or higher. Non-ELF targets currently do not support this attribute.
+ }];
----------------
Probably better to say linux fwiw and not ELF.
http://reviews.llvm.org/D15524
More information about the cfe-commits
mailing list