[Mlir-commits] [mlir] [MLIR][Transform] Allow stateInitializer and stateExporter for applyTransforms (PR #101186)
Amy Wang
llvmlistbot at llvm.org
Mon Sep 9 13:12:48 PDT 2024
kaitingwang wrote:
> LLVM Buildbot has detected a new failure on builder `clang-aarch64-sve-vls-2stage` running on `linaro-g3-03` while building `mlir` at step 11 "build stage 2".
>
> Full details are available at: https://lab.llvm.org/buildbot/#/builders/4/builds/2009
>
> Here is the relevant piece of the build log for the reference
Hello @llvm-ci ,
With the following cmake:
```
cmake -G Ninja ../llvm -DLLVM_ENABLE_PROJECTS="mlir;flang" -DLLVM_BUILD_EXAMPLES=ON -DLLVM_TARGETS_TO_BUILD=host -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=ON
```
Both : ninja check-flang as well as ninja check-mlir pass completely.
I cannot reproduce your reported compilation error. Would you paste me the command to reproduce this error? Thank you!
https://github.com/llvm/llvm-project/pull/101186
More information about the Mlir-commits
mailing list