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
Currently, due to the extra `sh`/`cmd` indirection, if the `llvm-config` fails
in the middle of the build script (say in `--libnames`), it will emit an empty
`rustc-link-lib` name because the error is not propagated. The error is also not
shown, and cargo will fail with a mysterious "library name must not be empty".
Remove this extra indirection and improve the error messages by showing the full
context if this happens.
Fixesmlir-rs#45
Hi folks, I'm trying to build this lib on my environment (ArchLinux) with LLVM 18 installed:
18.1.8
but I'm facing the following error:
The text was updated successfully, but these errors were encountered: