[PATCH] D33541: Change the LNT command line parser to click

Leandro Nunes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 1 05:50:06 PDT 2017


leandron added a comment.

@cmatthews:  I first tried using argparse, but ran into issues, as explained below. So, instead I decided to try using click to fix PR32789. Does this patch look like what you had in mind?


https://reviews.llvm.org/D33541





More information about the llvm-commits mailing list