[PATCH] D31410: llvm-lto2: Move the LTO::run() action behind a subcommand.

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 11 11:33:09 PDT 2017


zturner added a comment.

So currently if you were to run `llvm-lto2 -help` would you already see all the subcommands you want to import?  It sounds like yes.  If so, what's the difference between `llvm-lto2 -lto-use-new-pm` and `llvm-lto2 run -lto-use-new-pm`?  Is there some reason you need to import them all rather than just use the existing top-level options?


Repository:
  rL LLVM

https://reviews.llvm.org/D31410





More information about the llvm-commits mailing list