summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-08-15 23:00:00 +0000
committerDevang Patel <dpatel@apple.com>2011-08-15 23:00:00 +0000
commit6326a4238df05dafd7547cfa2cd71111cd6702a6 (patch)
tree8dd24b1097c5da37b4d6cac944161bc7ee5c8ff2 /docs
parent6456a62178818204e0807aada7b699ab647bebc6 (diff)
downloadllvm-6326a4238df05dafd7547cfa2cd71111cd6702a6.tar.gz
llvm-6326a4238df05dafd7547cfa2cd71111cd6702a6.tar.bz2
llvm-6326a4238df05dafd7547cfa2cd71111cd6702a6.tar.xz
Add a finalize() hook, that'll let DIBuilder construct compile unit lazily.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137673 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 258555496c..ebcbf15dad 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -673,6 +673,10 @@ it run faster:</p>
<li>The <code>LLVMAddLowerSetJmpPass</code> function from the C API was removed
because the <code>LowerSetJmp</code> pass was removed.</li>
+<li>The <code>DIBuilder</code> interface used by front ends to encode debugging
+ information in the LLVM IR now expects clients to use <code>DIBuilder::finalize()</code>
+ at the end of translation unit to complete debugging information encoding.</li>
+
</ul>
</div>