[llvm-branch-commits] [llvm-branch] r245248 - 3.7 release note: debug info IR
Duncan P. N. Exon Smith via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Aug 17 15:16:58 PDT 2015
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
More information about the llvm-branch-commits
mailing list