[PATCH] D21970: Add attribute abi_tag to the release notes
Dmitry Polukhin via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 4 06:31:30 PDT 2016
DmitryPolukhin created this revision.
DmitryPolukhin added reviewers: hans, rsmith.
DmitryPolukhin added a subscriber: cfe-commits.
http://reviews.llvm.org/D21970
Files:
docs/ReleaseNotes.rst
Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ docs/ReleaseNotes.rst
@@ -51,6 +51,9 @@
linkers that is a relatively expensive option. It can be passed explicitly
with -Wl,--build-id. To have clang always pass it, build clang with
-DENABLE_LINKER_BUILD_ID.
+- On Itanium ABI targets, attribute abi_tag is now supported for compatibility
+ with GCC. Clang implementation of abi_tag is mostly compatible with GCC ABI
+ version 10.
Improvements to Clang's diagnostics
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21970.62673.patch
Type: text/x-patch
Size: 595 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160704/17ef328e/attachment.bin>
More information about the cfe-commits
mailing list