-
what have i done?exec command
so i checkout code from https://github.com/llvm/llvm-project/tree/e0caee08e5f09b374a27a676d04978c81fcb1928 and build lld The problem I encounteredwhen i use the lld build by myself,I found that the symbols that could be exported before are no longer available in the compiled SO,I suspect that my compilation command is different from NDK, so I'm here to ask how LLD in NDK is compiled |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
The upstream build doesn't really work for multi-arch builds. CMake just isn't built to handle that. You have to run our build. See https://android.googlesource.com/toolchain/llvm_android/+/mirror-goog-main-llvm-toolchain-source/README.md |
Beta Was this translation helpful? Give feedback.
The upstream build doesn't really work for multi-arch builds. CMake just isn't built to handle that. You have to run our build. See https://android.googlesource.com/toolchain/llvm_android/+/mirror-goog-main-llvm-toolchain-source/README.md