]> granicus.if.org Git - clang/commitdiff
Debug info: Adapt to new DIBuilder interface.
authorAdrian Prantl <aprantl@apple.com>
Thu, 21 May 2015 20:37:26 +0000 (20:37 +0000)
committerAdrian Prantl <aprantl@apple.com>
Thu, 21 May 2015 20:37:26 +0000 (20:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@237948 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.cpp

index 3a9b4c7ace4049bf92bc91ef9be24659115478e6..be684d46cb7b8aa7aa97a8b4bd93247f3e5027be 100644 (file)
@@ -379,6 +379,7 @@ void CGDebugInfo::CreateCompileUnit() {
       DebugKind <= CodeGenOptions::DebugLineTablesOnly
           ? llvm::DIBuilder::LineTablesOnly
           : llvm::DIBuilder::FullDebug,
+      0 /* DWOid */,
       DebugKind != CodeGenOptions::LocTrackingOnly);
 }