[PATCH] D96407: [flang][driver] Add extension options and -finput-charset
Faris Rehman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 15 05:12:44 PST 2021
FarisRehman updated this revision to Diff 323717.
FarisRehman marked 2 inline comments as done.
FarisRehman added a comment.
Address review comment
This revision addresses a review comment by @awarzynski
Summary of changes:
- Rebase off the latest D96344 <https://reviews.llvm.org/D96344> revision
- Add a help message to `-finput-charset`
- Remove unnecessary test CHECK lines
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96407/new/
https://reviews.llvm.org/D96407
Files:
clang/include/clang/Driver/Options.td
clang/lib/Driver/ToolChains/Flang.cpp
flang/include/flang/Frontend/FrontendOptions.h
flang/include/flang/Parser/parsing.h
flang/lib/Frontend/CompilerInstance.cpp
flang/lib/Frontend/CompilerInvocation.cpp
flang/test/Flang-Driver/driver-help-hidden.f90
flang/test/Flang-Driver/driver-help.f90
flang/test/Flang-Driver/escaped-backslash.f90
flang/test/Flang-Driver/frontend-forwarding.f90
flang/test/Flang-Driver/implicit-none.f90
flang/test/Flang-Driver/pipeline.f90
flang/test/Semantics/oldparam02.f90
flang/test/Semantics/resolve64.f90
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96407.323717.patch
Type: text/x-patch
Size: 20859 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210215/0de1836d/attachment-0001.bin>
More information about the cfe-commits
mailing list