[PATCH] D93453: [flang][driver] Add support for `-I`
Andrzej Warzynski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 18 02:25:12 PST 2021
awarzynski accepted this revision.
awarzynski added a comment.
This revision is now accepted and ready to land.
Thank you @FarisRehman , LGTM!
I believe that you addressed all PR comments. As requested, there are tests for:
- `#include`
- `INCLUDE`
- `USE`
Your tests also demonstrate that the order of include paths is significant and that that's preserved by the driver. Nice!
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