diff options
Diffstat (limited to 'source/Interpreter/OptionGroupVariable.cpp')
-rw-r--r-- | source/Interpreter/OptionGroupVariable.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source/Interpreter/OptionGroupVariable.cpp b/source/Interpreter/OptionGroupVariable.cpp index d703c3dedcd97..a9004bf03cd2e 100644 --- a/source/Interpreter/OptionGroupVariable.cpp +++ b/source/Interpreter/OptionGroupVariable.cpp @@ -109,9 +109,7 @@ OptionGroupVariable::SetOptionValue(uint32_t option_idx, error = summary_string.SetCurrentValue(option_arg); break; default: - error.SetErrorStringWithFormat("unrecognized short option '%c'", - short_option); - break; + llvm_unreachable("Unimplemented option"); } return error; |