summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lli/OrcLazyJIT.cpp
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2015-04-14 13:26:11 +0000
committerAaron Ballman <aaron@aaronballman.com>2015-04-14 13:26:11 +0000
commitfc3530a0f617ffe48029de09b5c4f50f815fbf19 (patch)
tree3092e1f21fc520f1cc45cd8f10a0b551f40facfd /llvm/tools/lli/OrcLazyJIT.cpp
parent0380d0b88f8f5101a9b9ec366b769c61e54e1217 (diff)
downloadbcm5719-llvm-fc3530a0f617ffe48029de09b5c4f50f815fbf19.tar.gz
bcm5719-llvm-fc3530a0f617ffe48029de09b5c4f50f815fbf19.zip
Silencing a -Wreturn-type warning, as the switch is fully-covered; NFC.
llvm-svn: 234884
Diffstat (limited to 'llvm/tools/lli/OrcLazyJIT.cpp')
-rw-r--r--llvm/tools/lli/OrcLazyJIT.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/lli/OrcLazyJIT.cpp b/llvm/tools/lli/OrcLazyJIT.cpp
index 8771a91be7d..f60a00bcb83 100644
--- a/llvm/tools/lli/OrcLazyJIT.cpp
+++ b/llvm/tools/lli/OrcLazyJIT.cpp
@@ -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[]) {
OpenPOWER on IntegriCloud