when i try to use melior 0.17.0 in my project on wsl (ubuntu 20.04.6) it gives me an error saying
failed to find correct version (17.x.x) of llvm-config (found )
However, i have LLVM/MLIR-17 installed and inkwell seems to work without no problems.
llvm-config-17 command is exposed to bash and can be invoked from any path.
when i try to use melior 0.17.0 in my project on wsl (ubuntu 20.04.6) it gives me an error saying
failed to find correct version (17.x.x) of llvm-config (found )
However, i have LLVM/MLIR-17 installed and inkwell seems to work without no problems.
llvm-config-17
command is exposed to bash and can be invoked from any path.what am i doing wrong here?