[all-commits] [llvm/llvm-project] 41f4d4: [flang] Make `flang` translate `-M{fixed|free}` in...
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Mon Aug 9 10:06:55 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 41f4d47484db69848d3cd65fc7f81237b17bdfd4
https://github.com/llvm/llvm-project/commit/41f4d47484db69848d3cd65fc7f81237b17bdfd4
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M flang/tools/f18/flang
Log Message:
-----------
[flang] Make `flang` translate `-M{fixed|free}` into `-f{fixed|free}-form`
We are only adding this in `flang` - the bash wrapper script for the
driver. We don't have any specific plans to support `-M{fixed|free}` in
`flang-new` (i.e. the actual driver).
That feature was requested by one of our users.
Differential Revision: https://reviews.llvm.org/D107081
More information about the All-commits
mailing list