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

Please backport r341312 - [Aarch64] Fix linker emulation for Aarch64 big endian #38816

Closed
llvmbot opened this issue Oct 28, 2018 · 4 comments
Closed
Assignees
Labels
backend:AArch64 bugzilla Issues migrated from bugzilla

Comments

@llvmbot
Copy link
Member

llvmbot commented Oct 28, 2018

Bugzilla Link 39468
Resolution FIXED
Resolved on Nov 01, 2018 18:58
Version trunk
OS Linux
Blocks #38454
Reporter LLVM Bugzilla Contributor
CC @smithp35,@tstellar
Fixed by commit(s) r341312 r345920

Extended Description

I've received a bug report from our AArch64 team that clang fails on big-endian userspace. Apparently, it has been already fixed in trunk and since the fix is quite obvious, I'd like to request backporting it to 7.0.1.

The commit is r341312, i.e.:


[Aarch64] Fix linker emulation for Aarch64 big endian

This patch fixes target linker emulation for aarch64 big endian.
aarch64_be_linux is not recognized by gnu ld. The equivalent emulation
mode supported by gnu ld is aarch64linuxb.

Patch by: Bharathi Seshadri

Reviewed by: Peter Smith

Differential Revision: https://reviews.llvm.org/D42930

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@341312 91177308-0d34-0410-b5e6-96231b3b80d8

@llvmbot
Copy link
Member Author

llvmbot commented Oct 28, 2018

assigned to @tstellar

@tstellar
Copy link
Collaborator

Tim,

Is this OK to merge?

https://reviews.llvm.org/rL341312

@TNorthover
Copy link
Contributor

Yep, it looks fine to me.

@tstellar
Copy link
Collaborator

tstellar commented Nov 2, 2018

Merged: r345920

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 10, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend:AArch64 bugzilla Issues migrated from bugzilla
Projects
None yet
Development

No branches or pull requests

3 participants