Skip to content
New issue

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

libLLVM.dll not found under MSYS #4451

Open
1 task done
Kreijstal opened this issue Mar 10, 2024 · 1 comment
Open
1 task done

libLLVM.dll not found under MSYS #4451

Kreijstal opened this issue Mar 10, 2024 · 1 comment
Labels

Comments

@Kreijstal
Copy link
Contributor

Kreijstal commented Mar 10, 2024

Description / Steps to reproduce the issue

pacman -S libxml2 llvm
/usr/bin/llvm-config --libfiles --link-shared

Expected behavior

This command should succeed, right? There was a similar issue here #2500
but it seems the fix was for mingw

Actual behavior

dll is missing

$ /usr/bin/llvm-config --libfiles --link-shared
llvm-config: error: libLLVM.dll is missing

Verification

Windows Version

MSYS_NT-10.0-22631

Are you willing to submit a PR?

No response

@Kreijstal Kreijstal added the bug label Mar 10, 2024
@Biswa96
Copy link
Member

Biswa96 commented Mar 11, 2024

I can reproduce the issue. The dll name is msys-LLVM-11.dll for msys llvm package. This could be fixed by a patch file like in cygwin https://cygwin.com/cgit/cygwin-packages/llvm/tree/8.0.1-llvm-config.patch but I wonder if it is worth to be fixed. The msys llvm is only used to bootstrap the mingw llvm/clang.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants