mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-26 12:20:42 +00:00
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
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user