mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-01-22 05:22:57 +00:00
Use llvm.dbg.cu named metadata to collect compile units.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130756 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -342,7 +342,9 @@ height="369">
|
||||
that produced it.</p>
|
||||
|
||||
<p>Compile unit descriptors provide the root context for objects declared in a
|
||||
specific compilation unit. File descriptors are defined using this context.</p>
|
||||
specific compilation unit. File descriptors are defined using this context.
|
||||
These descriptors are collected by a named metadata
|
||||
<tt>!llvm.dbg.cu</tt>.
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user