forked from OSchip/llvm-project
Debug info: Adapt to new DIBuilder interface.
llvm-svn: 237948
This commit is contained in:
parent
3b3c9c3e44
commit
be81cf570e
|
@ -379,6 +379,7 @@ void CGDebugInfo::CreateCompileUnit() {
|
|||
DebugKind <= CodeGenOptions::DebugLineTablesOnly
|
||||
? llvm::DIBuilder::LineTablesOnly
|
||||
: llvm::DIBuilder::FullDebug,
|
||||
0 /* DWOid */,
|
||||
DebugKind != CodeGenOptions::LocTrackingOnly);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue