[PATCH] D93453: [flang][driver] Add support for `-I`

Tim Keith via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 13 09:31:27 PST 2021


tskeith added inline comments.


================
Comment at: flang/test/Flang-Driver/include-header.f90:59
+#endif
+end
----------------
`-I` also is supposed to affect INCLUDE lines so it would be good to have a test for that too. They are handled during preprocessing and so can be tested the same way.

It also affects searching for .mod files but I think to test that requires semantics (i.e. to report an error if the module can't be found). It would be good to test that somewhere too.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93453



More information about the cfe-commits mailing list