[PATCH] D31410: llvm-lto2: Move the LTO::run() action behind a subcommand.
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 11 09:20:44 PDT 2017
tejohnson added a reviewer: zturner.
tejohnson added a comment.
+zturner to ask about subcommands support.
I guess the issue is that these other options do not have a cl::sub and you (only) want to handle them for the "run" subcommand?
https://reviews.llvm.org/D31410
More information about the llvm-commits
mailing list