-
Notifications
You must be signed in to change notification settings - Fork 257
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 frontend crashes on NDK 28.0.11617993 #2007
Comments
This is also broken with ToT. Building with assertions enabled, I get:
|
Since this is a regression, triaging for r27. Since it's not fixed upstream yet, it probably won't be fixed in beta 1, but we can still pick it up in beta 2 or RC 1. |
This works in clang-r510928. So the bisect window is between r510928 and r522817. |
Never mind. I picked this PR but it still crashes. |
Submitted a bug report to upstream: llvm/llvm-project#86769 |
I check out to e4a4122eb6768b69640173b4c32fd88de4547227: llvm/llvm-project#71040 and can reproduce the crash. And this works in its last commit: e9db60c05e2fb96ff40cbb1f78790abc5de9237e llvm/llvm-project#70991 . |
@ZijunZhaoCCK Please see this: llvm/llvm-project#86914 |
@DanAlbert @pirama-arumuga-nainar fixed by upstream: llvm/llvm-project@0f6ed4c |
@ZijunZhaoCCK please cherry-pick llvm/llvm-project@0f6ed4c to llvm-toolchain. |
….11617993 0f6ed4c394f [clang][Sema] Fix a CTAD regression after 42239d2e9 (#86914) This change is generated automatically by the script: cherrypick_cl.py --sha 0f6ed4c --verify-merge --create-cl Bug: android/ndk#2007 Test: N/A Change-Id: I785e014f8eaf6a438a0a5567f710bce3e79fc1ad
confirmed fixed in 28.0.11699160 |
Reopening because I haven't updated the changelog (I didn't know the cherry-pick ever got done, thanks for confirming!) https://android-review.googlesource.com/c/platform/ndk/+/3037382, but needs to be cherry-picked, and I can't do that yet. |
Description
When I try the ci version (see https://ci.android.com/builds/submitted/11617993/win64/latest) of NDK, it crashes on my project. See llvm/llvm-project#86769
Upstream bug
llvm/llvm-project#86769
Commit to cherry-pick
llvm/llvm-project@0f6ed4c
Affected versions
Canary
Canary version
28.0.11617993
Host OS
All
Host OS version
Windows 11
Affected ABIs
armeabi-v7a, arm64-v8a, x86, x86_64
The text was updated successfully, but these errors were encountered: