[PATCH] D103177: [flang][driver] Extend the `flang` bash script to act as a driver
Andrzej Warzynski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 25 10:04:32 PDT 2021
awarzynski updated this revision to Diff 354537.
awarzynski added a comment.
Rebase on top of main + minor update
I updated `f18` so that it understands `f18 -fdebug-unparse -o <output_file>`. The updated `flang` script relies on this behaviour. Before, `f18` would always dump to stdout (with or without `-o <output_file>`).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103177/new/
https://reviews.llvm.org/D103177
Files:
flang/lib/Frontend/FrontendActions.cpp
flang/tools/f18/CMakeLists.txt
flang/tools/f18/f18.cpp
flang/tools/f18/flang
flang/tools/f18/flang.in
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103177.354537.patch
Type: text/x-patch
Size: 15256 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210625/3cc705b0/attachment.bin>
More information about the llvm-commits
mailing list