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

Raphael Isemann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 30 05:46:13 PDT 2019


teemperor added a comment.

Could we have the `clang/test/Driver/flang/flang.F90` and `clang/test/Driver/flang/flang.f90` files in different directories please? As macOS's FS is case-insensitive, those two files have the same path from macOS perspective which is causing a whole bunch of issues (including breaking git even with 'core.ignorecase').


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

https://reviews.llvm.org/D63607





More information about the cfe-commits mailing list