[PATCH] D129156: Add -fpass-plugin option to Flang
Andrzej Warzynski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 5 11:31:30 PDT 2022
awarzynski added a comment.
I suspect that this fails when running `ninja check-flang`, right?
Most likely `Bye` needs to be added as a dependency for Flang tests, something akin to this <https://github.com/llvm/llvm-project/blob/3f078b308bc67d3a05dc0de2588790ed9669febc/llvm/test/CMakeLists.txt#L192-L196>. Alternatively, try adding `examples` to `! REQUIRES:` in pass-plugin.f90.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129156/new/
https://reviews.llvm.org/D129156
More information about the cfe-commits
mailing list