-
Notifications
You must be signed in to change notification settings - Fork 272
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
[Bug]: Clang crashes with NDK 25c when optimizing for size (-Os) in Release build #1867
Labels
Comments
Possible duplicate of #1862 (I haven't looked closely so leaving both open, but the circumstances are similar). Thanks for the minimized repro case 👍 Also interesting that this crashes in r25c but not in r25b... There weren't many changes in r25c so that makes the list of culprits quite small. |
yes it is the same bug
|
Duplicate of #1862 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Prerequisite:
Action:
Compile the following code for arm64-v8a:
Output:
Clang crashes:
clang++: error: clang frontend command failed due to signal (use -v to see invocation)
See the full output in the attachment: ANC824.zip
Workarounds:
Upstream bug
No response
Commit to cherry-pick
No response
Affected versions
r25
Canary version
No response
Host OS
Windows
Host OS version
Windows 10
Affected ABIs
arm64-v8a
The text was updated successfully, but these errors were encountered: