[PATCH] D111781: [flang] Make the frontend driver error out when requesting multiple actions

Andrzej Warzynski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 16 07:18:40 PST 2021


awarzynski added a comment.

This change will mostly affect Flang compiler developers who use `flang-new -fc1` for their work or end-users who want to play with the internals. I know that @PeteSteinfeld is in favor and we have also discussed this on the mailing list and in Flang community calls. AFAIK, people are OK with this change. It does mean that `flang-new -fc1` and `clang -cc1` will behave a bit differently here, but it's nothing major. If there are no further comments, I will merge this tomorrow.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111781/new/

https://reviews.llvm.org/D111781



More information about the llvm-commits mailing list