Fatal error ‘llvm-c/Types.h’ file not found
I use the llvm doc to install llvm-18 : LLVM Debian/Ubuntu packages
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 :