summaryrefslogtreecommitdiff
path: root/docs/SourceLevelDebugging.rst
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2014-03-18 02:34:58 +0000
committerAdrian Prantl <aprantl@apple.com>2014-03-18 02:34:58 +0000
commit5e8144df32cad1bf29cf7cc27f53870302826256 (patch)
tree23574e1ab12406a5276e0481a16fed30b1ba0d0e /docs/SourceLevelDebugging.rst
parent4d82ca74626878ac2739a5532d101f27ef6eddfe (diff)
downloadllvm-5e8144df32cad1bf29cf7cc27f53870302826256.tar.gz
llvm-5e8144df32cad1bf29cf7cc27f53870302826256.tar.bz2
llvm-5e8144df32cad1bf29cf7cc27f53870302826256.tar.xz
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204106 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/SourceLevelDebugging.rst')
-rw-r--r--docs/SourceLevelDebugging.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/SourceLevelDebugging.rst b/docs/SourceLevelDebugging.rst
index 5d7a528c2e..f957a7dfd4 100644
--- a/docs/SourceLevelDebugging.rst
+++ b/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
}