erichkeane updated this revision to Diff 128982.
erichkeane added a comment.

Ah, right :)  Slipped my mind that ELF != x86-linux.


https://reviews.llvm.org/D41837

Files:
  docs/ReleaseNotes.rst


Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ docs/ReleaseNotes.rst
@@ -80,6 +80,11 @@
 Attribute Changes in Clang
 --------------------------
 
+- Clang now supports function multiversioning with attribute 'target' on ELF
+  based x86/x86-64 environments by using indirect functions. This 
implementation
+  has a few minor limitations over the GCC implementation for the sake of AST
+  sanity, however it is otherwise compatible with existing code using this
+  feature for GCC.
 - ...
 
 Windows Support


Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ docs/ReleaseNotes.rst
@@ -80,6 +80,11 @@
 Attribute Changes in Clang
 --------------------------
 
+- Clang now supports function multiversioning with attribute 'target' on ELF
+  based x86/x86-64 environments by using indirect functions. This implementation
+  has a few minor limitations over the GCC implementation for the sake of AST
+  sanity, however it is otherwise compatible with existing code using this
+  feature for GCC.
 - ...
 
 Windows Support
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D41837: A... Erich Keane via Phabricator via cfe-commits
    • [PATCH] D418... Eric Christopher via Phabricator via cfe-commits
    • [PATCH] D418... Erich Keane via Phabricator via cfe-commits
    • [PATCH] D418... Richard Smith - zygoloid via Phabricator via cfe-commits
    • [PATCH] D418... Erich Keane via Phabricator via cfe-commits
      • Re: [PAT... Hans Wennborg via cfe-commits
        • RE: ... Keane, Erich via cfe-commits
          • ... Hans Wennborg via cfe-commits

Reply via email to