diff options
| author | Adrian Prantl <aprantl@apple.com> | 2014-01-07 02:40:59 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2014-01-07 02:40:59 +0000 |
| commit | d09906ff9c21fc4e0bd43b7e1140b9690f633db7 (patch) | |
| tree | 1f21fb8d5b6831d5b3d4c1d50a4ca1589fab9dca /clang | |
| parent | f990cefc7ee2b4946caf659c1b4cb474a97e8681 (diff) | |
| download | bcm5719-llvm-d09906ff9c21fc4e0bd43b7e1140b9690f633db7.tar.gz bcm5719-llvm-d09906ff9c21fc4e0bd43b7e1140b9690f633db7.zip | |
update comment.
llvm-svn: 198670
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp index 1897627f932..3138d82fb8b 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) || |

