This is an archive of the discontinued LLVM Phabricator instance.

[ELF] Add some arm and aarch64 emulation modes, recognized by ld
ClosedPublic

Authored by evgeny777 on Aug 9 2016, 9:09 AM.

Details

Reviewers
ruiu
Summary

Required to build our projects

Diff Detail

Event Timeline

evgeny777 updated this revision to Diff 67359.Aug 9 2016, 9:09 AM
evgeny777 retitled this revision from to [ELF] Add some arm and aarch64 emulation modes, recognized by ld.
evgeny777 updated this object.
evgeny777 added a reviewer: ruiu.
evgeny777 set the repository for this revision to rL LLVM.
evgeny777 added a project: lld.
evgeny777 added subscribers: ikudrin, grimar, emaste and 2 others.
ruiu edited edge metadata.Aug 9 2016, 11:18 AM

Did you verify that all of them are actually in use? I'd like to add strings that we have to add.

Okay, for now I need aarch64elf. Is it okay to add just that?

ruiu accepted this revision.Aug 9 2016, 11:47 AM
ruiu edited edge metadata.

Sure.

This revision is now accepted and ready to land.Aug 9 2016, 11:47 AM
emaste added a comment.Aug 9 2016, 1:10 PM

For FreeBSD it looks like we use "aarch64fbsd", but we can add it later if/when necessary

evgeny777 closed this revision.Aug 10 2016, 4:45 AM