mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-20 00:20:11 +00:00
Debug info: split out complex DIVariable address expressions into a
separate MDNode so they can be uniqued via folding set magic. To conserve space, DIVariable nodes are still variable-length, with the last two fields being optional. No functional change. http://reviews.llvm.org/D3526 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212050 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -570,6 +570,7 @@ Local variables
|
||||
metadata, ;; Reference to the type descriptor
|
||||
i32, ;; flags
|
||||
metadata ;; (optional) Reference to inline location
|
||||
metadata ;; (optional) Reference to a complex expression (see below)
|
||||
}
|
||||
|
||||
These descriptors are used to define variables local to a sub program. The
|
||||
|
||||
Reference in New Issue
Block a user