[PATCH] D129156: Add -fpass-plugin option to Flang
Valentin Clement via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 11 00:27:31 PDT 2022
clementval added a comment.
In D129156#3848692 <https://reviews.llvm.org/D129156#3848692>, @awarzynski wrote:
> In D129156#3847396 <https://reviews.llvm.org/D129156#3847396>, @tarunprabhu wrote:
>
>> Added `examples` to `REQUIRES` in `test/Driver/pass-plugin.f90.
>
> Thanks for the update!
>
>> I still cannot reproduce the build failure on my end. @MatsPetersson tested this patch and the tests passed.
>
> @MatsPetersson & @clementval , could you share you build command so that the failure can be reproduced before this re-lands?
I shared it with @tarunprabhu and I think the only major difference is the use of Ninja vs. Unix Makefiles.
cmake \
-G "Unix Makefiles" \
-DCMAKE_BUILD_TYPE=Release \
-DLLVM_ENABLE_ASSERTIONS=ON \
-DLLVM_TARGETS_TO_BUILD=host \
-DLLVM_ENABLE_PROJECTS="clang;mlir;flang" \
-DLLVM_ENABLE_RUNTIMES="compiler-rt"
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129156/new/
https://reviews.llvm.org/D129156
More information about the cfe-commits
mailing list