Author: hans Date: Wed Jul 20 08:28:36 2016 New Revision: 276113 URL: http://llvm.org/viewvc/llvm-project?rev=276113&view=rev Log: Add attribute abi_tag to the release notes
Patch by Dmitry Polukhin <dmitry.poluk...@gmail.com>! Differential Revision: https://reviews.llvm.org/D21970 Modified: cfe/branches/release_39/docs/ReleaseNotes.rst Modified: cfe/branches/release_39/docs/ReleaseNotes.rst URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_39/docs/ReleaseNotes.rst?rev=276113&r1=276112&r2=276113&view=diff ============================================================================== --- cfe/branches/release_39/docs/ReleaseNotes.rst (original) +++ cfe/branches/release_39/docs/ReleaseNotes.rst Wed Jul 20 08:28:36 2016 @@ -51,6 +51,9 @@ Major New Features 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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits