forked from OSchip/llvm-project
Fix "thread backtrace -s": option was misparsed because of a missing break.
<rdar://problem/24525106> llvm-svn: 259962
This commit is contained in:
parent
23a6822976
commit
1f5fcf8afd
|
@ -194,6 +194,7 @@ public:
|
||||||
if (!success)
|
if (!success)
|
||||||
error.SetErrorStringWithFormat("invalid integer value for option '%c'", short_option);
|
error.SetErrorStringWithFormat("invalid integer value for option '%c'", short_option);
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case 'e':
|
case 'e':
|
||||||
{
|
{
|
||||||
bool success;
|
bool success;
|
||||||
|
|
Loading…
Reference in New Issue