-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
string encryption error! #21
Comments
Hi. This pass has never been tested with llvm 3.5 try 3.4! Regards
|
3.4 success! Thank you! |
why my 3.4 doesn't work?Console shows "Did you mean '-fla'" |
I compiled file information:
Source Files:
include
int main()
{
printf("hello llvm\n");
return 1;
}
Application.mk:
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
APP_ABI := armeabi
NDK_TOOLCHAIN_VERSION := clang3.5
include $(BUILD_EXECUTABLE)
Android.mk:
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := test
LOCAL_SRC_FILES := test.c
LOCAL_CFLAGS := -mllvm -xse
Error Messages:
clang: /LLVM/obfuscator/lib/IR/Value.cpp:352: void llvm::Value::replaceAllUsesWith(llvm::Value*): Assertion `New->getType() == getType() && "replaceAllUses of value with new value of different type!"' failed.
Why does this error Tips?
Thank you!
The text was updated successfully, but these errors were encountered: