-
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
Running pass 'AArch64 Instruction Selection' on function '@.datadiv_decode1238363482459732725' #141
Comments
#0 0x00000000014e9d44 (/data/android-ndk-r17-linux-x86_64/toolchains/llvm/prebuilt/linux-x86_64/bin/clang+++0x14e9d44)
clang++: error: unable to execute command: Segmentation fault (core dumped) |
Android studio。
cmake 3.6.0
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mllvm -sobf -mllvm -sub -Wall -O2")
abiFilters 'armeabi-v7a','arm64-v8a'
Stack dump:
0. Program arguments: /Users/panchen/Documents/souce/android-ndk/android-ndk-r16b/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++ -cc1 -triple aarch64-none-linux-android -emit-obj -mnoexecstack -disable-free -disable-llvm-verifier -discard-value-names -main-file-name jni.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu generic -target-feature +neon -target-abi aapcs -backend-option -aarch64-fix-cortex-a53-835769=1 -target-linker-version 450.3 -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -ffunction-sections -coverage-notes-file /Users/panchen/Documents/AsProjects/MyApplication/app/.externalNativeBuild/cmake/release/arm64-v8a/CMakeFiles/native_net.dir/src/main/cpp/jni.cpp.gcno -resource-dir /Users/panchen/Documents/souce/android-ndk/android-ndk-r16b/toolchains/llvm/prebuilt/darwin-x86_64/bin/../lib/clang/4.0.1 -dependency-file CMakeFiles/native_net.dir/src/main/cpp/jni.cpp.o.d -sys-header-deps -MT CMakeFiles/native_net.dir/src/main/cpp/jni.cpp.o -isystem /Users/panchen/Documents/souce/android-ndk/android-ndk-r16b/sources/cxx-stl/llvm-libc++/include -isystem /Users/panchen/Documents/souce/android-ndk/android-ndk-r16b/sources/android/support/include -isystem /Users/panchen/Documents/souce/android-ndk/android-ndk-r16b/sources/cxx-stl/llvm-libc++abi/include -isystem /Users/panchen/Documents/souce/android-ndk/android-ndk-r16b/sysroot/usr/include/aarch64-linux-android -D native_net_EXPORTS -I ../../../../src/main/cpp/include -I ../../../../../app/src/main/cpp/include/curl -I ../../../../../app/src/main/cpp/include/json -D ANDROID_API=21 -D ANDROID -D NDEBUG -isysroot /Users/panchen/Documents/souce/android-ndk/android-ndk-r16b/sysroot -internal-isystem /Users/panchen/Documents/souce/android-ndk/android-ndk-r16b/sysroot/usr/local/include -internal-isystem /Users/panchen/Documents/souce/android-ndk/android-ndk-r16b/toolchains/llvm/prebuilt/darwin-x86_64/bin/../lib/clang/4.0.1/include -internal-externc-isystem /Users/panchen/Documents/souce/android-ndk/android-ndk-r16b/sysroot/include -internal-externc-isystem /Users/panchen/Documents/souce/android-ndk/android-ndk-r16b/sysroot/usr/include -O2 -Wformat -Werror=format-security -Wall -std=c++11 -fdeprecated-macro -fdebug-compilation-dir /Users/panchen/Documents/AsProjects/MyApplication/app/.externalNativeBuild/cmake/release/arm64-v8a -ferror-limit 19 -fmessage-length 0 -femulated-tls -stack-protector 2 -fallow-half-arguments-and-returns -fno-signed-char -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -vectorize-loops -vectorize-slp -mllvm -sobf -mllvm -sub -o CMakeFiles/native_net.dir/src/main/cpp/jni.cpp.o -x c++ /Users/panchen/Documents/AsProjects/MyApplication/app/src/main/cpp/jni.cpp
clang++: error: unable to execute command: Segmentation fault: 11
clang++: error: clang frontend command failed due to signal (use -v to see invocation)
Obfuscator-LLVM clang version 4.0.1 (based on Obfuscator-LLVM 4.0.1)
Target: aarch64-none-linux-android
Thread model: posix
The text was updated successfully, but these errors were encountered: