[PATCH] D69386: [xray] Remove cl::sub from alias options
Ryan Mansfield via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 24 07:48:52 PDT 2019
rmansfield created this revision.
rmansfield added a reviewer: dberris.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
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>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D69386
Files:
llvm/tools/llvm-xray/xray-account.cpp
llvm/tools/llvm-xray/xray-converter.cpp
llvm/tools/llvm-xray/xray-extract.cpp
llvm/tools/llvm-xray/xray-graph-diff.cpp
llvm/tools/llvm-xray/xray-graph.cpp
llvm/tools/llvm-xray/xray-stacks.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69386.226256.patch
Type: text/x-patch
Size: 21044 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191024/2b67fb7d/attachment.bin>
More information about the llvm-commits
mailing list