集成google test, 单元测试缺少libclang_rt.profile-aarch64-android.a 文件
Opened this issue · 0 comments
weirenren commented
Describe the bug
i/Library/Android/sdk/ndk/21.4.7075529/toolchains/llvm/prebuilt/darwin-x86_64/lib/gcc/aarch64-linux-android/4.9.x/../../../../aarch64-linux-android/bin/ld: cannot find /Users/XXXXX/Library/Android/sdk/ndk/21.4.7075529/toolchains/llvm/prebuilt/darwin-x86_64/lib/clang/9.0.1/lib/linux/libclang_rt.profile-aarch64-android.a: No such file or directory
To Reproduce
Steps to reproduce the behavior.
1.Macos 编译,100%复现
2.同时发现llvm/prebuilt/darwin-x86_64/lib64/clang/9.0.1/lib/linux 下有该文件,但是64位的,直接CP 过去好像不行,怎么能制作一个32位的ibclang_rt.profile-aarch64-android.a?