From: Adrian Prantl Date: Tue, 7 Jan 2014 02:40:59 +0000 (+0000) Subject: update comment. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d09906ff9c21fc4e0bd43b7e1140b9690f633db7;p=platform%2Fupstream%2Fllvm.git update comment. llvm-svn: 198670 --- diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp index 1897627..3138d82 100644 --- a/clang/lib/CodeGen/CGDebugInfo.cpp +++ b/clang/lib/CodeGen/CGDebugInfo.cpp @@ -1464,7 +1464,7 @@ llvm::DIType CGDebugInfo::CreateType(const RecordType *Ty) { // declaration. The completeType, completeRequiredType, and completeClassData // callbacks will handle promoting the declaration to a definition. if (T || - // Under -flimit-debug-info: + // Under -fno-standalone-debug: (DebugKind <= CodeGenOptions::LimitedDebugInfo && // Emit only a forward declaration unless the type is required. ((!RD->isCompleteDefinitionRequired() && CGM.getLangOpts().CPlusPlus) ||