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)
llvm-svn: 237948

clang/lib/CodeGen/CGDebugInfo.cpp

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