diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2018-12-17 18:11:48 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2018-12-17 18:11:48 +0000 |
commit | 7e89627728780c66a9960c84d8b645530b1e76b6 (patch) | |
tree | 43744590939a320a9de81693e26d7c1b4d920855 /lldb/packages/Python/lldbsuite/test/python_api/thread | |
parent | 3ed09eb3f8dc5600abf1f4e5b1852853b1e4a137 (diff) | |
download | bcm5719-llvm-7e89627728780c66a9960c84d8b645530b1e76b6.tar.gz bcm5719-llvm-7e89627728780c66a9960c84d8b645530b1e76b6.zip |
[Driver] Fix --repl argument.
The --repl option was incorrectly defined as "Separate" (option and
value separated by a space). This resulted in the option not being
picked up when no value was specified.
This patch fixes the driver so that `--repl` is recognized again. I
split the option into two:
- A flag: `--repl` and `-r` which take no arguments.
- A joined option: `--repl=<flags>` and `-r=<flags>` that forward its
values to the repl.
This should match the driver's old behavior.
llvm-svn: 349371
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread')
0 files changed, 0 insertions, 0 deletions