Debug info: Adapt to new DIBuilder interface.

llvm-svn: 237948
This commit is contained in:
Adrian Prantl 2015-05-21 20:37:26 +00:00
parent 3b3c9c3e44
commit be81cf570e
1 changed files with 1 additions and 0 deletions

View File

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