From 59e27c5f12eeb00710710351cbc90e5943fb47c1 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Fri, 19 Aug 2011 23:28:12 +0000 Subject: 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 --- llvm/docs/SourceLevelDebugging.html | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/docs/SourceLevelDebugging.html') 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 !llvm.dbg.gv.

Function *,;; Pointer to LLVM function metadata, ;; Lists function template parameters metadata ;; Function declaration descriptor + metadata ;; List of function variables } -- cgit v1.2.3