diff options
author | Adrian Prantl <aprantl@apple.com> | 2014-03-18 02:34:58 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2014-03-18 02:34:58 +0000 |
commit | 1a1647cab6f583a15b902efb78639480509eb446 (patch) | |
tree | 4c95a468411c6072d2d176686513363813651753 /llvm/docs/SourceLevelDebugging.rst | |
parent | f521af81efde77a84e2d258445c439c07861e374 (diff) | |
download | bcm5719-llvm-1a1647cab6f583a15b902efb78639480509eb446.tar.gz bcm5719-llvm-1a1647cab6f583a15b902efb78639480509eb446.zip |
Switch the type field in DIVariable and DIGlobalVariable over to DITypeRefs.
This allows us to catch more opportunities for ODR-based type uniquing
during LTO.
Paired commit with CFE which updates some testcases to verify the new
DIBuilder behavior.
llvm-svn: 204106
Diffstat (limited to 'llvm/docs/SourceLevelDebugging.rst')
-rw-r--r-- | llvm/docs/SourceLevelDebugging.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/SourceLevelDebugging.rst b/llvm/docs/SourceLevelDebugging.rst index 5d7a528c2eb..f957a7dfd4a 100644 --- a/llvm/docs/SourceLevelDebugging.rst +++ b/llvm/docs/SourceLevelDebugging.rst @@ -567,7 +567,7 @@ Local variables metadata, ;; Reference to file where defined i32, ;; 24 bit - Line number where defined ;; 8 bit - Argument number. 1 indicates 1st argument. - metadata, ;; Type descriptor + metadata, ;; Reference to the type descriptor i32, ;; flags metadata ;; (optional) Reference to inline location } |