[flang-commits] [PATCH] D95481: [flang] Search for #include "file" in right directory (take 2)
Kiran Chandramohan via Phabricator via flang-commits
flang-commits at lists.llvm.org
Wed Jan 27 07:17:47 PST 2021
kiranchandramohan added inline comments.
================
Comment at: flang/test/Flang-Driver/Inputs/basictestmoduleone.mod:1
-NOT A REAL MODULE FILE - USE THIS ONLY FOR TESTING THE DRIVER
+!mod$ v1 sum:1f5a35ada852dc66
+module basictestmoduleone
----------------
I am guessing this version number (v1) might need to be updated with a change in module format. Is that expected to be rare since f18 uses the parser to parse the module file?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95481/new/
https://reviews.llvm.org/D95481
More information about the flang-commits
mailing list