summaryrefslogtreecommitdiff
path: root/docs/SourceLevelDebugging.html
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-08-19 23:28:12 +0000
committerDevang Patel <dpatel@apple.com>2011-08-19 23:28:12 +0000
commit93d39be5300702d8c9892ec04a492a6056926462 (patch)
tree6030ba7459700efd861d9ea9e07a7ab83f06935f /docs/SourceLevelDebugging.html
parent0780b6303b99441fef04340b7a083006484f4743 (diff)
downloadllvm-93d39be5300702d8c9892ec04a492a6056926462.tar.gz
llvm-93d39be5300702d8c9892ec04a492a6056926462.tar.bz2
llvm-93d39be5300702d8c9892ec04a492a6056926462.tar.xz
Do not use named md nodes to track variables that are completely optimized. This does not scale while doing LTO with debug info. New approach is to include list of variables in the subprogram info directly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138145 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/SourceLevelDebugging.html')
-rw-r--r--docs/SourceLevelDebugging.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html
index 1bf6395981..d5bdfe69c6 100644
--- a/docs/SourceLevelDebugging.html
+++ b/docs/SourceLevelDebugging.html
@@ -433,6 +433,7 @@ global variables are collected by named metadata <tt>!llvm.dbg.gv</tt>.</p>
Function *,;; Pointer to LLVM function
metadata, ;; Lists function template parameters
metadata ;; Function declaration descriptor
+ metadata ;; List of function variables
}
</pre>
</div>