summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2019-12-23 11:06:50 +0100
committerPavel Labath <pavel@labath.sk>2019-12-23 11:07:35 +0100
commitfbccef6b2553a3e6a7183e259f5a911885d0ddea (patch)
tree1a03e27f7934429a9b2d86732f10975a128ee9db /lldb/source/Interpreter
parent12a3d97cf68389a025b8a75b8ea660b11401a3c8 (diff)
downloadbcm5719-llvm-fbccef6b2553a3e6a7183e259f5a911885d0ddea.tar.gz
bcm5719-llvm-fbccef6b2553a3e6a7183e259f5a911885d0ddea.zip
[lldb] Fix a -Wreturn-type gcc warning in ScriptInterpreter.cpp
Diffstat (limited to 'lldb/source/Interpreter')
-rw-r--r--lldb/source/Interpreter/ScriptInterpreter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Interpreter/ScriptInterpreter.cpp b/lldb/source/Interpreter/ScriptInterpreter.cpp
index 208630dfbdb..00c460612ac 100644
--- a/lldb/source/Interpreter/ScriptInterpreter.cpp
+++ b/lldb/source/Interpreter/ScriptInterpreter.cpp
@@ -61,6 +61,7 @@ std::string ScriptInterpreter::LanguageToString(lldb::ScriptLanguage language) {
case eScriptLanguageUnknown:
return "Unknown";
}
+ llvm_unreachable("Unhandled ScriptInterpreter!");
}
lldb::ScriptLanguage
OpenPOWER on IntegriCloud