[PATCH] D97080: [flang][driver] Add -fintrinsic-modules-path option
Tim Keith via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 11 15:09:13 PST 2021
tskeith added inline comments.
================
Comment at: flang/lib/Frontend/CompilerInvocation.cpp:293
+ driverPath = driverPath.substr(0, driverPath.size() - 9);
+ return driverPath.append("/../tools/flang/include/flang/");
+}
----------------
Does this work for an install? I think there the path would be `include/flang` rather than `tools/flang/include/flang`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97080/new/
https://reviews.llvm.org/D97080
More information about the cfe-commits
mailing list