[PATCH] D103612: [flang][driver] Add `-funparse-typed-exprs-as-fortran`
Andrzej Warzynski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 24 10:23:53 PDT 2021
awarzynski updated this revision to Diff 354294.
awarzynski added a subscriber: PeteSteinfeld.
awarzynski added a comment.
Rename the new flag as `-fno-analyzed-objects-for-unparse`
Based on the discussion, I've renamed the flag to better reflect the intention. Does it make more sense now?
Note, the default behaviour of the drivers does not change with this patch (i.e. `{f18|flang-new} -fdebug-unparse` will generate identical results _before_ and _after_).
@klousler & @PeteSteinfeld, many thanks for all the feedback!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103612/new/
https://reviews.llvm.org/D103612
Files:
clang/include/clang/Driver/Options.td
flang/include/flang/Frontend/CompilerInvocation.h
flang/lib/Frontend/CompilerInvocation.cpp
flang/lib/Frontend/FrontendActions.cpp
flang/lib/Frontend/FrontendOptions.cpp
flang/test/Driver/driver-help.f90
flang/test/Driver/unparse-use-analyzed.f95
flang/tools/f18/f18.cpp
flang/tools/f18/flang
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103612.354294.patch
Type: text/x-patch
Size: 12603 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210624/1d6d9735/attachment.bin>
More information about the cfe-commits
mailing list