Prebuilt clang does not have llvm core library(dll) for windows. #1922
-
Questions may not be appropriate for this, but they are related to ndk deployment. I'm trying to build llvm pass for ndk with prebuilt clang. you can check it at the link below. Darwin prebuilt clang Windows prebuilt clang Linux prebuilt clang |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Not something the NDK supports. You need to build your own toolchain. https://android.googlesource.com/toolchain/llvm_android/+/refs/heads/main/README.md has instructions for rebuilding our toolchain. |
Beta Was this translation helpful? Give feedback.
-
It doesn't work either. There is no code in do_build.py to create .dll.
|
Beta Was this translation helpful? Give feedback.
Not something the NDK supports. You need to build your own toolchain. https://android.googlesource.com/toolchain/llvm_android/+/refs/heads/main/README.md has instructions for rebuilding our toolchain.