[PATCH] D63607: [clang][driver] Add basic --driver-mode=flang support for fortran
Peter Waller via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 24 08:48:09 PDT 2019
peterwaller-arm marked 2 inline comments as done.
peterwaller-arm added inline comments.
================
Comment at: clang/test/Driver/flang/flang-not-installed.f90:11
+! shell syntax.
+! UNSUPPORTED: windows
+
----------------
hfinkel wrote:
> I believe that you can write:
>
> REQUIRES: shell
>
> for this.
I've removed this test for now because I discovered that setting PATH="" is not enough to make clang lose the flang binary, if the flang binary is in the same directory as clang (which will be likely once flang is in-tree).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63607/new/
https://reviews.llvm.org/D63607
More information about the cfe-commits
mailing list