forked from OSchip/llvm-project
parent
c73c0307fe
commit
19763d93fd
|
@ -579,7 +579,8 @@ void CGDebugInfo::CreateCompileUnit() {
|
|||
CGOpts.DwarfDebugFlags, RuntimeVers,
|
||||
CGOpts.EnableSplitDwarf ? "" : CGOpts.SplitDwarfFile, EmissionKind,
|
||||
0 /* DWOid */, CGOpts.SplitDwarfInlining, CGOpts.DebugInfoForProfiling,
|
||||
CGOpts.GnuPubnames);
|
||||
CGOpts.GnuPubnames ? llvm::DICompileUnit::DebugNameTableKind::GNU
|
||||
: llvm::DICompileUnit::DebugNameTableKind::Default);
|
||||
}
|
||||
|
||||
llvm::DIType *CGDebugInfo::CreateType(const BuiltinType *BT) {
|
||||
|
|
Loading…
Reference in New Issue