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

Richard Barton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 23 00:45:42 PDT 2019


richard.barton.arm added a comment.

I think the behaviour for missing flang is fine for now, and I think we can improve on it later on. 
We ought to codify (if it is not done already) where flang looks for tools to exec, because I think PATH is probably not the only place it could look to (directory of clang binary, other relative paths, other environment variables and commandline options, etc.) The new test will need revising once we get there.

I think this patch is looking good to be committed - what do you think @hfinkel ?


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

https://reviews.llvm.org/D63607





More information about the cfe-commits mailing list