We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3c146 commit 5d3b1e2Copy full SHA for 5d3b1e2
1 file changed
clang/lib/DPCT/MigrationReport/Statics.cpp
@@ -322,7 +322,8 @@ class AnalysisModeStats {
322
Summary.dump(OS, Indent);
323
Total += Summary;
324
}
325
- Total.dump(OS, Indent);
+ if (AnalysisModeStaticsMap.size() > 1)
326
+ Total.dump(OS, Indent);
327
if (DependencyBits.Flag) {
328
LineStream(OS, Indent) << llvm::raw_ostream::Colors::BLUE
329
<< "Library Dependencies of SYCL Project:"
0 commit comments