Author: dexonsmith
Date: Mon Aug 17 17:16:58 2015
New Revision: 245248

URL: http://llvm.org/viewvc/llvm-project?rev=245248&view=rev
Log:
3.7 release note: debug info IR


Modified:
    llvm/branches/release_37/docs/ReleaseNotes.rst

Modified: llvm/branches/release_37/docs/ReleaseNotes.rst
URL: 
http://llvm.org/viewvc/llvm-project/llvm/branches/release_37/docs/ReleaseNotes.rst?rev=245248&r1=245247&r2=245248&view=diff
==============================================================================
--- llvm/branches/release_37/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_37/docs/ReleaseNotes.rst Mon Aug 17 17:16:58 2015
@@ -75,6 +75,10 @@ Non-comprehensive list of changes in thi
   when available. Some lowering strategies are now disabled when optimizations
   are turned off, to save compile time.
 
+* The debug info IR class hierarchy now inherits from ``Metadata`` and has its
+  own bitcode records and assembly syntax (documented in LangRef).  The debug
+  info verifier has been merged with the main verifier.
+
 * ... next change ...
 
 .. NOTE


_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to