[PATCH] D41837: Add Function multiversion to the release notes.
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 8 14:00:42 PST 2018
erichkeane created this revision.
erichkeane added reviewers: rsmith, hans, aaron.ballman, echristo.
Richard suggested that I add this feature to the release notes,
so I was hoping someone (anyone willing:) ) could do a quick read
through for me.
Thanks!
-Erich
Repository:
rC Clang
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 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41837.128980.patch
Type: text/x-patch
Size: 576 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180108/4fd672f6/attachment.bin>
More information about the cfe-commits
mailing list