We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
❯ /Users/tim/Julia/depot/artifacts/bc0ef6f5449e8f49ae78ed6072c3cf51ea2c9dda/tools/llvm-config --link-shared llvm-config: error: libLLVM-15jl.dylib is missing
We don't provide any dylib like that:
❯ ls -la /Users/tim/Julia/depot/artifacts/bc0ef6f5449e8f49ae78ed6072c3cf51ea2c9dda/lib | grep dylib -r-xr-xr-x 1 tim staff 50496 Jul 27 09:14 libClangdXPCLib.dylib lrwxr-xr-x 1 tim staff 13 Jul 27 09:14 libLLVM-15.0.dylib -> libLLVM.dylib -r-xr-xr-x 1 tim staff 51587504 Jul 27 09:14 libLLVM.dylib -r-xr-xr-x 1 tim staff 127888 Jul 27 09:14 libLTO.dylib -r-xr-xr-x 1 tim staff 37942480 Jul 27 09:14 libMLIR-C.dylib -r-xr-xr-x 1 tim staff 39106480 Jul 27 09:14 libMLIR.dylib -r-xr-xr-x 1 tim staff 53008 Jul 27 09:14 libRemarks.dylib -r-xr-xr-x 1 tim staff 49044576 Jul 27 09:14 libclang-cpp.dylib -r-xr-xr-x 1 tim staff 26014272 Jul 27 09:14 libclang.dylib -r-xr-xr-x 1 tim staff 115296 Jul 27 09:14 libmlir_async_runtime.dylib -r-xr-xr-x 1 tim staff 1205920 Jul 27 09:14 libmlir_c_runner_utils.dylib -r-xr-xr-x 1 tim staff 91264 Jul 27 09:14 libmlir_runner_utils.dylib
I'm not sure why the configured suffix doesn't work on macOS:
Yggdrasil/L/LLVM/common.jl
Line 208 in ec78fa7
Maybe we need another workaround a la
Lines 391 to 396 in ec78fa7
cc @vchuravy
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We don't provide any dylib like that:
I'm not sure why the configured suffix doesn't work on macOS:
Yggdrasil/L/LLVM/common.jl
Line 208 in ec78fa7
Maybe we need another workaround a la
Yggdrasil/L/LLVM/common.jl
Lines 391 to 396 in ec78fa7
cc @vchuravy
The text was updated successfully, but these errors were encountered: