r198670 - update comment.

Adrian Prantl aprantl at apple.com
Mon Jan 6 18:40:59 PST 2014


Author: adrian
Date: Mon Jan  6 20:40:59 2014
New Revision: 198670

URL: http://llvm.org/viewvc/llvm-project?rev=198670&view=rev
Log:
update comment.

Modified:
    cfe/trunk/lib/CodeGen/CGDebugInfo.cpp

Modified: cfe/trunk/lib/CodeGen/CGDebugInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGDebugInfo.cpp?rev=198670&r1=198669&r2=198670&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGDebugInfo.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGDebugInfo.cpp Mon Jan  6 20:40:59 2014
@@ -1464,7 +1464,7 @@ llvm::DIType CGDebugInfo::CreateType(con
   // 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) ||





More information about the cfe-commits mailing list