forked from OSchip/llvm-project
Fix "not all control paths return a value" warning on MSVC
llvm-svn: 274011
This commit is contained in:
parent
cdf257f4d8
commit
d95a172389
|
@ -102,6 +102,7 @@ SourceCoverageView::create(StringRef SourceName, const MemoryBuffer &File,
|
|||
return llvm::make_unique<SourceCoverageViewText>(SourceName, File, Options,
|
||||
std::move(CoverageInfo));
|
||||
}
|
||||
llvm_unreachable("Unknown coverage output format!");
|
||||
}
|
||||
|
||||
void SourceCoverageView::print(raw_ostream &OS, bool WholeFile,
|
||||
|
|
Loading…
Reference in New Issue