[PATCH] D63607: [clang][driver] Add basic --driver-mode=flang support for fortran

Eric Christopher via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 8 17:47:43 PST 2020


echristo added a comment.

Sadly I'm just noticing this:

I don't really agree with the rationale for adding fortran support to the clang driver. My proposed design here would be to move the aspects you need out of clang and into a separate library in llvm that you can use instead.

I don't necessarily want to remove this immediately, but I think work should be done to move forward in this other direction and eventually migrate this out.

Thanks!


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

https://reviews.llvm.org/D63607





More information about the cfe-commits mailing list