[PATCH] D106428: [flang][driver] Make `flang` ignore `-Mfree/-Mfixed`
Steve Scalpone via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 22 00:46:55 PDT 2021
sscalpone requested changes to this revision.
sscalpone added inline comments.
This revision now requires changes to proceed.
================
Comment at: flang/tools/f18/flang.in:218
+ [[ $opt == "-Mfixed" ]] || [[ $opt == "-Mfree" ]]; then
+ echo "WARNING: $opt is not supported and will be ignored"
elif [[ $opt =~ -I.* ]] || [[ $opt =~ -J.* ]]; then
----------------
I don't think there's a need for a warning. The throwaway driver dropped these options too.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106428/new/
https://reviews.llvm.org/D106428
More information about the llvm-commits
mailing list