-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Factor out type size and alignment code from C ABI implementations #5116
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Still relevant |
Triage bump |
Triage, still relevant. (Assuming this is about |
Triage bump: not totally clear to me. |
What is proposed here is to remove code duplications from |
Triage: all of those files are still there. I am unsure if they are de-duplicated enough to satisfy this ticket. |
Move ty_align and ty_size out of most C ABI code s390x's C ABI ty_align and ty_size are not moved because the implementation of ty_align varies in an atypical pattern: it calls ty_size for the llvm::Vector type kind. ty_size then cannot be moved since it indirectly calls ty_align through align. Fixes rust-lang#5116 (probably, not sure).
update test stderr changelog: none
No description provided.
The text was updated successfully, but these errors were encountered: