-
-
Notifications
You must be signed in to change notification settings - Fork 262
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
Incorrect ELF file for mips64el #4721
Comments
MIPS is a bit weird with its ABIs AFAICT; looks like our default is off: Lines 154 to 156 in 48c1dff
|
I see. Is that intentional? |
Don't see anything from history, looks like a typo. |
Compiling with the |
Judging from the clang default, it seems so. Looks like |
If I compile for the
mips64el
architecture LDC creates an incorrect, 32 bit, ELF file:Using Clang with the same version (more less) of LLVM results in this:
To me it looks like LDC outputs 64 bit MIPS code in a 32 bit ELF file.
The text was updated successfully, but these errors were encountered: