This is an archive of the discontinued LLVM Phabricator instance.

Fix alignment complaint.
ClosedPublic

Authored by ecbeckmann on Jun 13 2017, 1:36 PM.

Details

Summary

Apparently we need to write using a void* pointer on some architectures, or else alignment error is caused.

Diff Detail

Repository
rL LLVM

Event Timeline

ecbeckmann created this revision.Jun 13 2017, 1:36 PM
This revision was automatically updated to reflect the committed changes.