r237948 - Debug info: Adapt to new DIBuilder interface.

Adrian Prantl aprantl at apple.com
Thu May 21 13:37:27 PDT 2015


Author: adrian
Date: Thu May 21 15:37:26 2015
New Revision: 237948

URL: http://llvm.org/viewvc/llvm-project?rev=237948&view=rev
Log:
Debug info: Adapt to new DIBuilder interface.

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=237948&r1=237947&r2=237948&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGDebugInfo.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGDebugInfo.cpp Thu May 21 15:37:26 2015
@@ -379,6 +379,7 @@ void CGDebugInfo::CreateCompileUnit() {
       DebugKind <= CodeGenOptions::DebugLineTablesOnly
           ? llvm::DIBuilder::LineTablesOnly
           : llvm::DIBuilder::FullDebug,
+      0 /* DWOid */,
       DebugKind != CodeGenOptions::LocTrackingOnly);
 }
 





More information about the cfe-commits mailing list