-
Notifications
You must be signed in to change notification settings - Fork 258
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
Android NDK r22b clang-compiler failed to compile code for AArch32 #1555
Comments
This also crashes with |
r23 has already been sent to QA do it's too late for a respin. This will be looked at for r23b. |
https://ci.android.com/builds/branches/aosp-master-ndk/grid?head=7732824&tail=7732824 has the fix for this. I was able to verify that locally. |
chenguoyin-alibaba
pushed a commit
to riscv-android-src/platform-ndk
that referenced
this issue
Oct 21, 2021
Test: ./checkbuild.py && ./run_tests.py Bug: android/ndk#1540 Bug: android/ndk#1551 Bug: android/ndk#1555 Change-Id: I2d345546457d8c461b603be4ea9e725230f11af9 (cherry picked from commit 2af6bc5)
chenguoyin-alibaba
pushed a commit
to riscv-android-src/toolchain-llvm_android
that referenced
this issue
Oct 21, 2021
Bug: android/ndk#1555 76786037c68 [ARM] Fix postinc of vst1xN Test: N/A Change-Id: I9d0042b9b479ff20e19a47ef6dc3944d16b9dc9b
Fixed in r23b. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code below causes compiler crash during compilation for AArch32 architecture (for AArch64 it works fine). Detailed instruction how to reproduce the issue could be found in this repo.
OS: Ubuntu 20.04.2 LTS
Clang version:
Compilation ERROR
The text was updated successfully, but these errors were encountered: