From 464f4ef2bdb47a44ffa2c4208296da641db7358d Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Tue, 3 May 2011 16:18:28 +0000 Subject: Use llvm.dbg.cu named metadata to collect compile units. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130756 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/SourceLevelDebugging.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/SourceLevelDebugging.html') diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html index c9ae0202de..4c4439fd59 100644 --- a/docs/SourceLevelDebugging.html +++ b/docs/SourceLevelDebugging.html @@ -342,7 +342,9 @@ height="369"> that produced it.

Compile unit descriptors provide the root context for objects declared in a - specific compilation unit. File descriptors are defined using this context.

+ specific compilation unit. File descriptors are defined using this context. + These descriptors are collected by a named metadata + !llvm.dbg.cu. -- cgit v1.2.3