[all-commits] [llvm/llvm-project] 20bd21: [flang][driver] Add support for `-module-suffix`
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Fri Jun 4 05:58:54 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 20bd2142d46536f4ffd61f28a029d6bda68f1a7f
https://github.com/llvm/llvm-project/commit/20bd2142d46536f4ffd61f28a029d6bda68f1a7f
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2021-06-04 (Fri, 04 Jun 2021)
Changed paths:
M clang/include/clang/Driver/Options.td
M flang/include/flang/Frontend/CompilerInvocation.h
M flang/lib/Frontend/CompilerInvocation.cpp
M flang/test/Driver/driver-help.f90
A flang/test/Driver/module-suffix.f90
Log Message:
-----------
[flang][driver] Add support for `-module-suffix`
This option is supported in `f18`, but not yet available in `flang-new`.
It is required in order to call `flang-new` from the `flang` bash
script.
Differential Revision: https://reviews.llvm.org/D103613
More information about the All-commits
mailing list