Displaying 2 results from an estimated 2 matches for "dc665bdb".
2016 Jun 18
2
Supporting sub commands in LLVM command line tools
...___________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160618/dc665bdb/attachment.html>
2016 Jun 18
4
Supporting sub commands in LLVM command line tools
Hi all,
I've written a patch <http://reviews.llvm.org/D21485> to support
subcommands in llvm command line tools. This potentially has broad
interest (either positive or negative), so I figured I'd give a heads up
here instead of just on llvm-commits.
The motivation for this is that we frequently have tools with incompatible
sets of command line options. I ran into this on