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

Faris via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 13 09:07:33 PST 2021


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

Add a new test

Update the regression test to check the behaviour of multiple `-I`'s specified.

Summary of changes:

- Update regression test with new checks
- Fix regression tests that broke when patch D93712 <https://reviews.llvm.org/D93712> was implemented


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/SecondaryInputs/basic-test-header.h
  flang/test/Flang-Driver/Inputs/basic-test-header.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.316423.patch
Type: text/x-patch
Size: 8215 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210113/68493c20/attachment.bin>


More information about the cfe-commits mailing list