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

Faris via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 22 06:15:36 PST 2020


FarisRehman updated this revision to Diff 313319.
FarisRehman added a comment.

Address review comments

Summary of changes:

- Add a regression test for -I
- Move claiming of -I option to the dedicated parsing preprocessing options method
- Rename SearchDirectoriesFromI to SearchDirectoriesFromDashI
- Undo unrelated changes


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93453

Files:
  clang/include/clang/Driver/Options.td
  clang/lib/Driver/ToolChains/Flang.cpp
  flang/include/flang/Frontend/PreprocessorOptions.h
  flang/lib/Frontend/CompilerInvocation.cpp
  flang/test/Flang-Driver/Inputs/included.h
  flang/test/Flang-Driver/driver-help-hidden.f90
  flang/test/Flang-Driver/driver-help.f90
  flang/test/Flang-Driver/include_header.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93453.313319.patch
Type: text/x-patch
Size: 7171 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201222/b64ed91c/attachment.bin>


More information about the cfe-commits mailing list