[llvm-branch-commits] [cfe-branch] r276113 - Add attribute abi_tag to the release notes

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Jul 20 06:28:36 PDT 2016


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.polukhin at 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
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^




More information about the llvm-branch-commits mailing list