[flang-commits] [PATCH] D129156: Add -fpass-plugin option to Flang
Tarun Prabhu via Phabricator via flang-commits
flang-commits at lists.llvm.org
Wed Oct 12 06:42:37 PDT 2022
tarunprabhu added a comment.
In D129156#3851843 <https://reviews.llvm.org/D129156#3851843>, @awarzynski wrote:
> @tarunprabhu Could you confirm that with the build command above "pass-plugin.f90" is failing for you? It is for me.
What compiler do you use to build this? gcc doesn't seem to like `-gmlt`, clang-12 complains about `-fuse-ld=lld` (could be the clang installation on the machine on which I am building), and clang-13 causes a compile error.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129156/new/
https://reviews.llvm.org/D129156
More information about the flang-commits
mailing list