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.
Details
Details
- Reviewers
probinson rsmith - Commits
- rGd40bc5f788ac: Maintain PS4 ABI compatibility by making the fix made in r331136 not apply when…
rC332773: Maintain PS4 ABI compatibility by making the fix made in r331136 not apply when…
rL332773: Maintain PS4 ABI compatibility by making the fix made in r331136 not apply when…
Diff Detail
Diff Detail
- Repository
- rL LLVM