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
NOTE: I have accidentally also opened this same issue using my work GitHub account, could someone with admin rights please delete that issue?
This seems like it might be an issue with llvm-project and not Cinnamon but I am unable to build the patched version of llvm with the build.sh script. It fails with:
gmake[2]: *** No rule to make target 'NATIVE/bin/mlir-linalg-ods-yaml-gen', needed by 'tools/mlir/include/mlir/Dialect/Linalg/IR/CMakeFiles/MLIRLinalgNamedStructuredOpsYamlIncGen'. Stop.
gmake[1]: *** [CMakeFiles/Makefile2:92185: tools/mlir/include/mlir/Dialect/Linalg/IR/CMakeFiles/MLIRLinalgNamedStructuredOpsYamlIncGen.dir/all] Error 2
gmake[1]: *** Waiting for unfinished jobs....
I am getting this error both on Apple Silicon MacOS and x86 Ubuntu so I suspect it might be a systematic thing. I have recently been able to build LLVM/MLIR albeit from the latest release tag and with different CMake options.
The text was updated successfully, but these errors were encountered:
NOTE: I have accidentally also opened this same issue using my work GitHub account, could someone with admin rights please delete that issue?
This seems like it might be an issue with llvm-project and not Cinnamon but I am unable to build the patched version of llvm with the
build.sh
script. It fails with:I am getting this error both on Apple Silicon MacOS and x86 Ubuntu so I suspect it might be a systematic thing. I have recently been able to build LLVM/MLIR albeit from the latest release tag and with different CMake options.
The text was updated successfully, but these errors were encountered: