Relative Content

Tag Archive for c++llvmclang++

Clang++ compile mlir-toy ch1 failed

I want to compile mlir-toy Chapter1. The address is : https://mlir.llvm.org/docs/Tutorials/Toy/Ch-1/
The source code can be found here : https://github.com/llvm/clangir/blob/main/mlir/examples/toy/Ch1/toyc.cpp
My local CMakeLists.txt is :