You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the linux installation steps in docs/BuildOnLinuxOSX.md.
My llvm project was successfully built with mlir enabled.
But when I execute the cmake command for onnx, (with MLIR_DIR specified, MLIR_DIR=/home/me/llvm/builds/lib/cmake/mlir)
it reports errors as below:
Cmake Error at /home/me/llvm/builds/lib/cmake/llvm/AddLLVM.cmake (add_dependencies):
The dependency target "FileCheck" of target "check-stablehlo-linalg" does not exist.
All other dependencies FileCheck, not, split-file, count report the same error.
Do I miss anything? How to resolve this error?
The text was updated successfully, but these errors were encountered:
I followed the linux installation steps in docs/BuildOnLinuxOSX.md.
My llvm project was successfully built with mlir enabled.
But when I execute the cmake command for onnx, (with MLIR_DIR specified, MLIR_DIR=/home/me/llvm/builds/lib/cmake/mlir)
it reports errors as below:
Cmake Error at /home/me/llvm/builds/lib/cmake/llvm/AddLLVM.cmake (add_dependencies):
The dependency target "FileCheck" of target "check-stablehlo-linalg" does not exist.
All other dependencies FileCheck, not, split-file, count report the same error.
Do I miss anything? How to resolve this error?
The text was updated successfully, but these errors were encountered: