forked from OSchip/llvm-project
[diagtool] Appease buildbot by adding llvm_unreachable.
llvm-svn: 157843
This commit is contained in:
parent
d617e06997
commit
dbdef881a8
|
@ -41,6 +41,8 @@ static char getFlagForLevel(DiagnosticsEngine::Level Level) {
|
|||
case DiagnosticsEngine::Error: return 'E';
|
||||
case DiagnosticsEngine::Fatal: return 'F';
|
||||
}
|
||||
|
||||
llvm_unreachable("Unknown diagnostic level");
|
||||
}
|
||||
|
||||
static CompilerInstance *createCompiler(unsigned int argc, char **argv) {
|
||||
|
|
Loading…
Reference in New Issue