diff options
author | Shoaib Meenai <smeenai@fb.com> | 2020-01-09 22:02:57 -0800 |
---|---|---|
committer | Shoaib Meenai <smeenai@fb.com> | 2020-01-09 22:05:14 -0800 |
commit | 995c18fc5051850782b1c096233867b8e56e0dea (patch) | |
tree | e233700ff7769f6f69702e588eb0f4f76f83a0a4 /lldb/packages/Python/lldbsuite/test/commands/command/script/TestCommandScript.py | |
parent | 21a4710c67a97838dd75cf60ed24da11280800f8 (diff) | |
download | bcm5719-llvm-995c18fc5051850782b1c096233867b8e56e0dea.tar.gz bcm5719-llvm-995c18fc5051850782b1c096233867b8e56e0dea.zip |
[xray] Remove cl::sub from alias options
Currently running the xray tools generates a number of errors:
$ ./bin/llvm-xray
: for the -k option: cl::alias must not have cl::sub(), aliased option's cl::sub() will be used!
: for the -d option: cl::alias must not have cl::sub(), aliased option's cl::sub() will be used!
: for the -o option: cl::alias must not have cl::sub(), aliased option's cl::sub() will be used!
: for the -f option: cl::alias must not have cl::sub(), aliased option's cl::sub() will be used!
: for the -s option: cl::alias must not have cl::sub(), aliased option's cl::sub() will be used!
: for the -r option: cl::alias must not have cl::sub(), aliased option's cl::sub() will be used!
: for the -p option: cl::alias must not have cl::sub(), aliased option's cl::sub() will be used!
: for the -m option: cl::alias must not have cl::sub(), aliased option's cl::sub() will be used!
<snip>
Patch by Ryan Mansfield.
Differential Revision: https://reviews.llvm.org/D69386
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/command/script/TestCommandScript.py')
0 files changed, 0 insertions, 0 deletions