mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Fix "not all control paths return a value" warning on MSVC
llvm-svn: 274065
This commit is contained in:
parent
b80573db05
commit
bf06d6dbbf
@ -70,6 +70,7 @@ CoveragePrinter::create(const CoverageViewOptions &Opts) {
|
||||
case CoverageViewOptions::OutputFormat::Text:
|
||||
return llvm::make_unique<CoveragePrinterText>(Opts);
|
||||
}
|
||||
llvm_unreachable("Unknown coverage output format!");
|
||||
}
|
||||
|
||||
std::string SourceCoverageView::formatCount(uint64_t N) {
|
||||
|
Loading…
Reference in New Issue
Block a user