[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
Wed Jun 16 05:43:00 PDT 2021
awarzynski updated this revision to Diff 352408.
awarzynski added a comment.
Make sure that `-fc1` is the first option that `flang-new` sees
`-fc1` is not a regular option and its semantics require that it's the first option that the driver parses. This revision updates `flang` accordingly.
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/flang
flang/tools/f18/flang.in
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103177.352408.patch
Type: text/x-patch
Size: 14233 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210616/7b7aa89b/attachment.bin>
More information about the llvm-commits
mailing list