mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-29 07:56:08 +00:00

libLLVM.so is empty if it is built with Android NDK (`-DLLVM_BUILD_LLVM_DYLIB=ON`). The patch fixes it. Reviewed By: xbolva00 Differential Revision: https://reviews.llvm.org/D140268