You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the endianness flags are only respected by the s390x backend. Ignoring it on other targets only causes confusion like in #10852 and is technically a miscompilation.
Implementation
Depends on which of the two options is picked.
Alternatives
Keep the status quo and keep confusing people/miscompiling code.