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

Not finding clang.dll #66608

Closed
supuram opened this issue Sep 18, 2023 · 2 comments
Closed

Not finding clang.dll #66608

supuram opened this issue Sep 18, 2023 · 2 comments

Comments

@supuram
Copy link

supuram commented Sep 18, 2023

Could not find clang.dll, llvm-link, llvm-config in LLVM-16.0.0-win64.exe

@github-actions github-actions bot added the clang Clang issues not falling into any other category label Sep 18, 2023
@EugeneZelenko EugeneZelenko added packaging platform:windows and removed clang Clang issues not falling into any other category labels Sep 18, 2023
@DimitryAndric
Copy link
Collaborator

@zmodem is our usual Windows packager. For reference, the builds for Windows are done with https://github.com/llvm/llvm-project/blob/main/llvm/utils/release/build_llvm_release.bat, so if you can parse that, it might give a clue as to why those binaries are not included.

@zmodem
Copy link
Collaborator

zmodem commented Sep 18, 2023

The package does include libclang.dll (in the bin/ dir), but apart from that the Windows installer is focused on shipping LLVM as a toolchain: clang, lld, etc. It does not ship LLVM as a library, and does not include LLVM developer tools like llvm-link. See also #53052 and #51192.

@zmodem zmodem closed this as completed Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants