We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
您好,我在Mac上,使用ndk版本r25,使用 obfuscator llvm 14x版本,参照文章https://heroims.github.io/2019/01/06/OLLVM%E4%BB%A3%E7%A0%81%E6%B7%B7%E6%B7%86%E7%A7%BB%E6%A4%8D%E4%B8%8E%E4%BD%BF%E7%94%A8/ 替换了clang后,编译工程,在LOCAL_CFLAGS添加-mllvm -bcf参数后,编译卡死,一定停留在第一个编译文件,cpu100%,只使用-mllvm -sub -mllvm -fla参数就没有问题
The text was updated successfully, but these errors were encountered:
hey, yes i encounter this issue too. flags -bcf on llvm 14 make compilation stuck forever. btw you can use llvm 13 is perfect for me
Sorry, something went wrong.
llvm 13 is ok but also will cost may be 3 minutes
最终可以编译OK,只是编译时间比较长。
No branches or pull requests
您好,我在Mac上,使用ndk版本r25,使用 obfuscator llvm 14x版本,参照文章https://heroims.github.io/2019/01/06/OLLVM%E4%BB%A3%E7%A0%81%E6%B7%B7%E6%B7%86%E7%A7%BB%E6%A4%8D%E4%B8%8E%E4%BD%BF%E7%94%A8/
替换了clang后,编译工程,在LOCAL_CFLAGS添加-mllvm -bcf参数后,编译卡死,一定停留在第一个编译文件,cpu100%,只使用-mllvm -sub -mllvm -fla参数就没有问题
The text was updated successfully, but these errors were encountered: