mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
Silencing a -Wreturn-type warning, as the switch is fully-covered; NFC.
llvm-svn: 234884
This commit is contained in:
parent
9a0a08ccc4
commit
8a1833659d
@ -103,6 +103,7 @@ OrcLazyJIT::TransformFtor OrcLazyJIT::createDebugDumper() {
|
||||
return std::move(M);
|
||||
};
|
||||
}
|
||||
llvm_unreachable("Unknown DumpKind");
|
||||
}
|
||||
|
||||
int llvm::runOrcLazyJIT(std::unique_ptr<Module> M, int ArgC, char* ArgV[]) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user