From 25e415f40486b8d24659be07b604c315bbe7f2f4 Mon Sep 17 00:00:00 2001 From: "Duncan P. N. Exon Smith" Date: Mon, 17 Aug 2015 22:16:58 +0000 Subject: [PATCH] 3.7 release note: debug info IR git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_37@245248 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index b1f20cda57e..21db0e555e0 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -75,6 +75,10 @@ Non-comprehensive list of changes in this release 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 -- 2.49.0