MLIR Beginner: toyc-ch* files didn't generate automatically

hi, I’m a beginner to MLIR. I install the MLIR followed the tutorial.However, i can’t find the toyc-ch* files in directory build/bin,also I can’t find the *.inc files in directory build/bin/tools.It seemed that they didn’'t generate automatically. Could anybody tell me why? My MLIR check is OK, and my cmake version is 3.26.5.
Thanks.

Did you enable building the examples? (like in the cmake invocation in the getting started page ?)

Thanks for replying. I think you mean “cmake --build . --target check-milr”.I have already run this command and it works, but i can’t see toyc-ch* files in 。rectory build/bin.

Uploading: 01da673f897a4622913cdc28908cec7.png…

Sorry, I’m not very good to use this forum. This is my results.
[0/1] Running the MLIR regression tests

Testing Time: 123.36s
Skipped : 2
Unsupported : 412
Passed : 1984
Expectedly Failed: 1

I meant the cmake configuration option: -DLLVM_BUILD_EXAMPLES=ON

Oh! I didn’t use this config. Thank you very much. (*°∀°)=3