summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit59e27c5f12eeb00710710351cbc90e5943fb47c1 (patch)
treeac5390c6611fc3159e3c41e9340f4b954e1c3723 /llvm/docs/SourceLevelDebugging.html
parent2de80d601a522a1f07ee193ce1a43999fe701b78 (diff)
downloadbcm5719-llvm-59e27c5f12eeb00710710351cbc90e5943fb47c1.tar.gz
bcm5719-llvm-59e27c5f12eeb00710710351cbc90e5943fb47c1.zip
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.
llvm-svn: 138145
Diffstat (limited to 'llvm/docs/SourceLevelDebugging.html')
-rw-r--r--llvm/docs/SourceLevelDebugging.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/docs/SourceLevelDebugging.html b/llvm/docs/SourceLevelDebugging.html
index 1bf63959817..d5bdfe69c63 100644
--- a/llvm/docs/SourceLevelDebugging.html
+++ b/llvm/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>
OpenPOWER on IntegriCloud