[llvm-cov] Remove "default:" label in the switch covering all enum values.

Summary:
Fixing the build breakage:
http://lab.llvm.org:8011/builders/lld-x86_64-darwin13/builds/27309

Reviewers: vsk, allevato, Dor1s

Reviewed By: Dor1s

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D54323

llvm-svn: 346514
This commit is contained in:
Max Moroz 2018-11-09 16:44:36 +00:00
parent b5c052fe8f
commit a32a4e3b54

View File

@ -1039,8 +1039,6 @@ int CodeCoverageTool::doExport(int argc, const char **argv,
Exporter = llvm::make_unique<CoverageExporterLcov>(*Coverage.get(),
ViewOpts, outs());
break;
default:
llvm_unreachable("Unknown coverage output format!");
}
if (SourceFiles.empty())