diff options
author | Aaron Puchert <aaron.puchert@sap.com> | 2019-06-26 21:39:19 +0000 |
---|---|---|
committer | Aaron Puchert <aaron.puchert@sap.com> | 2019-06-26 21:39:19 +0000 |
commit | 4561161345dac01b0c776f01cb71210ac35571dd (patch) | |
tree | 7cfa3ff7c1f5340694e616bc1cc175f9327b21a7 /clang/lib/CodeGen/CGDebugInfo.cpp | |
parent | b207baeb28301408fd63106ce1ac93a9e1b64859 (diff) | |
download | bcm5719-llvm-4561161345dac01b0c776f01cb71210ac35571dd.tar.gz bcm5719-llvm-4561161345dac01b0c776f01cb71210ac35571dd.zip |
Fix formatting after r364479
The reflowing obscurs the functional changes, so here is a separate
commit.
llvm-svn: 364480
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp index eb0034e7083..2a701e04e17 100644 --- a/clang/lib/CodeGen/CGDebugInfo.cpp +++ b/clang/lib/CodeGen/CGDebugInfo.cpp @@ -614,10 +614,8 @@ void CGDebugInfo::CreateCompileUnit() { TheCU = DBuilder.createCompileUnit( LangTag, CUFile, CGOpts.EmitVersionIdentMetadata ? Producer : "", LO.Optimize || CGOpts.PrepareForLTO || CGOpts.PrepareForThinLTO, - CGOpts.DwarfDebugFlags, RuntimeVers, - CGOpts.SplitDwarfFile, - EmissionKind, DwoId, CGOpts.SplitDwarfInlining, - CGOpts.DebugInfoForProfiling, + CGOpts.DwarfDebugFlags, RuntimeVers, CGOpts.SplitDwarfFile, EmissionKind, + DwoId, CGOpts.SplitDwarfInlining, CGOpts.DebugInfoForProfiling, CGM.getTarget().getTriple().isNVPTX() ? llvm::DICompileUnit::DebugNameTableKind::None : static_cast<llvm::DICompileUnit::DebugNameTableKind>( |