From cd37fd51fcb3ed39d51fce5f5435d94ef85586f5 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Thu, 9 Feb 2012 17:34:01 +0000 Subject: [PATCH] Now subprogram descriptors are not collected by llvm.dbg.sp NamedMDNode. Update document to reflect this change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150187 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/SourceLevelDebugging.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html index e5f982d3f5e..dd6068e567c 100644 --- a/docs/SourceLevelDebugging.html +++ b/docs/SourceLevelDebugging.html @@ -459,8 +459,6 @@ global variables are collected by named metadata !llvm.dbg.gv.

These descriptors provide debug information about functions, methods and subprograms. They provide details such as name, return types and the source location where the subprogram is defined. - All subprogram descriptors are collected by a named metadata - !llvm.dbg.sp.

-- 2.34.1