[PATCH] D125788: [flang][driver] Rename `flang-new` as `flang`

Steve Scalpone via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 31 08:28:46 PDT 2022


sscalpone added a comment.

I'm fine with removing or renaming the existing flang shell script.

My proposal is not to wait for a 100% pass rate.   My proposal is to wait until the messages for unimplemented features are converted to TODOs that reference the program's source line and that legal programs which compile and link will execute without error.  In short, what flang compiles should work, and what flang doesn't compile should offer a reasonable message to the user to understand the limitation.

This proposal is not restricted to F95 <https://reviews.llvm.org/F95> but to any source that someone might attempt to compile.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125788



More information about the cfe-commits mailing list