mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-02 15:51:54 +00:00
[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:
parent
b5c052fe8f
commit
a32a4e3b54
@ -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())
|
||||
|
Loading…
x
Reference in New Issue
Block a user