-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Clang assertion trunk crash on va_arg (aarch64) #59034
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
Comments
@llvm/issue-subscribers-clang-codegen |
@llvm/issue-subscribers-backend-aarch64 |
Any relation to #58794 ? There is a fix posted for that one. |
Seems crash here in line 6005 llvm-project/clang/lib/CodeGen/TargetInfo.cpp Lines 5996 to 6006 in 2656fb3
llvm-project/clang/include/clang/CodeGen/CGFunctionInfo.h Lines 348 to 351 in bc0fea0
llvm-project/clang/include/clang/CodeGen/CGFunctionInfo.h Lines 305 to 307 in bc0fea0
|
I try to fix it in https://reviews.llvm.org/D138511 |
…y record type in variadic arg Fix AArch64ABIInfo::EmitAAPCSVAArg crash with empty record type in variadic arg Open issue: #59034 Reviewed By: rjmccall Differential Revision: https://reviews.llvm.org/D138511
Fix by ebe530e |
…y record type in variadic arg Fix AArch64ABIInfo::EmitAAPCSVAArg crash with empty record type in variadic arg Open issue: llvm/llvm-project#59034 Reviewed By: rjmccall Differential Revision: https://reviews.llvm.org/D138511
…y record type in variadic arg Fix AArch64ABIInfo::EmitAAPCSVAArg crash with empty record type in variadic arg Open issue: llvm/llvm-project#59034 Reviewed By: rjmccall Differential Revision: https://reviews.llvm.org/D138511
https://godbolt.org/z/Mq95K9hMa
main.c
The text was updated successfully, but these errors were encountered: