This is an archive of the discontinued LLVM Phabricator instance.

[ELF] Add elf64lppc emulation.
ClosedPublic

Authored by MaskRay on Mar 8 2018, 10:43 AM.

Event Timeline

MaskRay created this revision.Mar 8 2018, 10:43 AM
MaskRay added a reviewer: ruiu.Mar 8 2018, 2:20 PM
ruiu added a comment.Mar 8 2018, 3:26 PM

I think this patch should be checked in with a trivial test case that generates a minimal binary file for ppc64le.

MaskRay updated this revision to Diff 137807.Mar 9 2018, 11:36 AM

Add elf64lppc to emulation.s

ruiu accepted this revision.Mar 9 2018, 12:42 PM

LGTM

But I think further efforts should be made with a coordination with other people who are working on PPC, so that no duplicate efforts are made.

This revision is now accepted and ready to land.Mar 9 2018, 12:42 PM
This revision was automatically updated to reflect the committed changes.

LGTM

But I think further efforts should be made with a coordination with other people who are working on PPC, so that no duplicate efforts are made.

Thx.
e.g. coordinate with PPC, ARM, HPPA, METAG people for the --stub-group-size= option..