[PATCH] D103177: [flang][driver] Extend the `flang` bash script to act as a driver

Andrzej Warzynski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 30 14:09:38 PDT 2021


awarzynski added a comment.

@sscalpone , thank you for the suggestion on Monday (i.e. to test this change with Fortran Tests in the LLVM Test Suite <http://flang.llvm.org/docs/FortranLLVMTestSuite.html>). While working on it, I discovered that the integration of Flang with CMake is currently not working. I've brought this up on flang-dev <https://lists.llvm.org/pipermail/flang-dev/2021-June/000745.html> for better visibility. As the test-suite requires CMake support, we cannot run it using `flang` (_before_ or_ after_ this change).

If there are no further comments, I will proceed and merge this change tomorrow. Thank you all for the discussion and for reviewing!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103177



More information about the llvm-commits mailing list