Skip to content
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

Implement rustc::middle::trans::cabi_arm #4797

Closed
ILyoan opened this issue Feb 5, 2013 · 2 comments
Closed

Implement rustc::middle::trans::cabi_arm #4797

ILyoan opened this issue Feb 5, 2013 · 2 comments
Labels
A-codegen Area: Code generation O-android Operating system: Android

Comments

@ILyoan
Copy link
Contributor

ILyoan commented Feb 5, 2013

x86_64 CABI is currently used for ARM target. it's very confusing.
We might need to implement rustc::middle::trans::cabi_arm.

@ILyoan
Copy link
Contributor Author

ILyoan commented Feb 5, 2013

See #4781, #4513

@brson
Copy link
Contributor

brson commented Feb 5, 2013

Very confusing! I'm surprised it works in any meaningful way.

bors added a commit that referenced this issue Feb 27, 2013
Type size and alignment code needs to be factored, but I didn't want to interfere with MIPS port. Can be done later.

Fix #4797.
@ILyoan ILyoan closed this as completed Mar 4, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-codegen Area: Code generation O-android Operating system: Android
Projects
None yet
Development

No branches or pull requests

2 participants