This is an archive of the discontinued LLVM Phabricator instance.

Maintain PS4 ABI compatibility
ClosedPublic

Authored by dyung on May 18 2018, 12:08 PM.

Details

Summary

In r331136, a change was made to the compiler to fix a problem with how clang applied the packed attribute to classes. This is an ABI breaking change for the PS4 target, so this change maintains the broken behavior for the PS4 target.

Diff Detail

Repository
rL LLVM

Event Timeline

dyung created this revision.May 18 2018, 12:08 PM
rsmith accepted this revision.May 18 2018, 2:10 PM
This revision is now accepted and ready to land.May 18 2018, 2:10 PM
This revision was automatically updated to reflect the committed changes.