-
Notifications
You must be signed in to change notification settings - Fork 13.4k
SPARC lacks support for over-aligned dynamic alloca #57626
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
/cherry-pick 83de0f31e66f1d1a9706b8e057475efd3ea1ed3a |
Failed to cherry-pick: 83de0f31e66f1d1a9706b8e057475efd3ea1ed3a https://github.com/llvm/llvm-project/actions/runs/3016468488 Please manually backport the fix and push it to your github fork. Once this is done, please add a comment like this:
|
The commit hash is for the |
You can just manually cherry-pick it over to the |
... which would have required approval first ;-) Alternatively, I've now created a fork before seeing your message: /branch rorth/llvm-test-suite/issue57626 |
/pull-request llvm/llvm-project-release-prs#152 |
Seems I shouldn't go near the keyboard during weekends, especially with git being as unintuitive as ever and me being ignorant of git ;-( Here's a new branch based on /branch rorth/llvm-test-suite/issue57626-15.x |
/pull-request llvm/llvm-project-release-prs#153 |
Seems like you still didn't get it correct @rorth - try going to your branch and run |
Ah but wait - the test-suite doesn't work with the bot at all it only works with the llvm-project repo. You need to push that fix manually instead. |
Ah, I see. Done now, thanks. |
The SPARC backend lacks support for over-aligned dynamic alloca. So far, I've encountered the issue in the testsuite (D133493:
Additionally, it breaks asan support with several instances of the same issue:
which caused be to disable asan completely.
This puts
clang
at a considerable advantage togcc
which handles both just fine.The text was updated successfully, but these errors were encountered: