[PATCH] D103177: [flang][driver] Extend the `flang` bash script to act as a driver

Peter Klausler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 3 11:22:24 PDT 2021


klausler added a comment.

In D103177#2796916 <https://reviews.llvm.org/D103177#2796916>, @awarzynski wrote:

> @klausler , @PeteSteinfeld , thank you for your comments! I'm happy to reduce the changes in f18.cpp to the required minimum. Trimming it "bit-by-bit" seemed like a good idea, but we can move this to a separate patch if that's preferable. I'll send an update shortly!
>
> @Leporacanthicus, yes, our end goal is to replace `f18` with `flang-new` and this means deleting `f18.cpp`.  With this patch, `f18` and `flang-new` become equivalent in terms of functionality and, IIUC, we are ready to delete `f18`.  I'm not aware of any reasons to keep it in-tree long term. Perhaps others could comment?
>
> @PeteSteinfeld, what would be a good transition period? Any suggestions? Is there anything in particular that we could test in the meantime?

What's the timeline for removing the dependency of flang-new on clang?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103177



More information about the llvm-commits mailing list