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

Andrzej Warzynski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 10 05:08:36 PDT 2021


awarzynski added a comment.

In D103177#2799429 <https://reviews.llvm.org/D103177#2799429>, @klausler wrote:

> I'd like to avoid the clang dependence for what I'm doing, if I can.

Do you require full driver support for what you do? Perhaps we could extract a smaller tool from `f18` that would meet your needs and be independent of Clang? For now I'm just thinking out loud, but this might be an option.

We discussed `f18` in the call yesterday and agreed to remove it in the near future. I've summarized it here: https://lists.llvm.org/pipermail/flang-dev/2021-June/000742.html. We will have this patch merged first and then wait for at least 2 weeks. Please let me know if you need more time or discover something that this would break for you.


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