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

[question]Why libclang is missing on Windows? #1491

Closed
perqin opened this issue Apr 17, 2021 · 1 comment
Closed

[question]Why libclang is missing on Windows? #1491

perqin opened this issue Apr 17, 2021 · 1 comment
Labels

Comments

@perqin
Copy link

perqin commented Apr 17, 2021

On Linux, there is an libclang.so.11git (and many other libs) under toolchains/llvm/prebuilt/linux-x86_64/lib64. However, most of them are missing on Windows. There is no libclang.dll under 'toolchains\llvm\prebuilt\windows-x86_64\lib64`.

Why these libs are missing on Windows? I'm working on a project that relies libclang to work properly.

@DanAlbert
Copy link
Member

We only support building for Android with the NDK, and libclang.dll is something that you'd use to build tools for Windows, so it's outside the scope of what we support. It's only included with the Linux toolchain because we didn't specifically choose to remove it (the NDK toolchain is a copy of the toolchain we use to build the tools used to build AOSP, where host Linux is a target).

Unfortunately if you want to use libclang you'll need to build it yourself because it isn't something we currently have the bandwidth to support.

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