[PATCH] D95460: [flang][driver] Add forced form flags and -ffixed-line-length
Faris via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 29 08:27:24 PST 2021
FarisRehman updated this revision to Diff 320145.
FarisRehman added a comment.
Remove -fno-fixed-form and -fno-free-form
Remove options `-fno-fixed-form` and `-fno-free-form` allowing for help messages to be added to `-ffixed-form` and `-ffree-form`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95460/new/
https://reviews.llvm.org/D95460
Files:
clang/include/clang/Driver/Options.td
clang/lib/Driver/ToolChains/Flang.cpp
clang/lib/Driver/ToolChains/Flang.h
flang/include/flang/Frontend/FrontendOptions.h
flang/lib/Frontend/CompilerInstance.cpp
flang/lib/Frontend/CompilerInvocation.cpp
flang/test/Flang-Driver/Inputs/fixed-form-test.f
flang/test/Flang-Driver/Inputs/fixed-line-length-test.f
flang/test/Flang-Driver/driver-help-hidden.f90
flang/test/Flang-Driver/driver-help.f90
flang/test/Flang-Driver/fixed-free-flag.f90
flang/test/Flang-Driver/fixed-line-length.f90
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95460.320145.patch
Type: text/x-patch
Size: 16258 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210129/610f6823/attachment.bin>
More information about the cfe-commits
mailing list