This is an archive of the discontinued LLVM Phabricator instance.

Add RenderScript ArchType
ClosedPublic

Authored by pirama on Jun 14 2016, 12:19 PM.

Details

Summary

Add renderscript32 and renderscript64 ArchTypes. This is to configure
the ABI requirement on 32-bit RenderScript that 'long' types have 64-bit
size and alignment. 64-bit RenderScript is the same as AArch64, but is
added here for completeness.

Diff Detail

Repository
rL LLVM

Event Timeline

pirama updated this revision to Diff 60717.Jun 14 2016, 12:19 PM
pirama retitled this revision from to Add RenderScript ArchType.
pirama updated this object.
pirama added reviewers: echristo, rsmith.
pirama added subscribers: srhines, llvm-commits.
echristo accepted this revision.Jun 29 2016, 1:19 PM
echristo edited edge metadata.

This is fine, thanks!

-eric

This revision is now accepted and ready to land.Jun 29 2016, 1:19 PM
pirama updated this revision to Diff 62586.Jul 1 2016, 5:25 PM
pirama edited edge metadata.

Rebased with a conflicting change.

This revision was automatically updated to reflect the committed changes.