[PATCH] D105896: [flang][driver] Fix output filename generation in `flang`
David Spickett via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 15 01:44:00 PDT 2021
DavidSpickett added a comment.
The failure handling looks good. I'm still confused about the output naming. Can you clarify what you mean by:
In particular, we should use it in this case:
compilation only
flang -c -o <output> <input>
but leave it for the final executable here:
compile, assemble and link
flang -o <output> <input>
Do you mean "but leave it for the final executable" as in, only use <output> to name the final executable. Instead of using it to name the intermediate sources as well?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105896/new/
https://reviews.llvm.org/D105896
More information about the llvm-commits
mailing list