From: Adrian Prantl Date: Thu, 21 May 2015 20:37:26 +0000 (+0000) Subject: Debug info: Adapt to new DIBuilder interface. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=be81cf570e9dcd5c89ee5029b6539b6e8203841e;p=platform%2Fupstream%2Fllvm.git Debug info: Adapt to new DIBuilder interface. llvm-svn: 237948 --- diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp index 3a9b4c7..be684d4 100644 --- a/clang/lib/CodeGen/CGDebugInfo.cpp +++ b/clang/lib/CodeGen/CGDebugInfo.cpp @@ -379,6 +379,7 @@ void CGDebugInfo::CreateCompileUnit() { DebugKind <= CodeGenOptions::DebugLineTablesOnly ? llvm::DIBuilder::LineTablesOnly : llvm::DIBuilder::FullDebug, + 0 /* DWOid */, DebugKind != CodeGenOptions::LocTrackingOnly); }