[PATCH] D97164: [flang] Add -J and -module-dir to f18 driver

Andrzej Warzynski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 22 04:09:59 PST 2021


awarzynski added a comment.

Thank you for submitting this Tim!

Would you mind adding the following in flang/test/Flang-Driver/write-module.f90 before merging? This way both `-module-dir` _and_ `-J` are tested.

  ! RUN: rm -rf %t && mkdir -p %t/dir-flang
  ! RUN: cd %t && %flang -fsyntax-only -J %t/dir-flang %s
  ! RUN: ls %t/dir-flang/testmodule.mod && not ls %t/testmodule.mod


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97164



More information about the llvm-commits mailing list