This is an archive of the discontinued LLVM Phabricator instance.

[Targets] Adjust ARM data layout
AbandonedPublic

Authored by miyuki on Mar 22 2018, 8:21 AM.

Details

Summary

The DataLayout structure now includes function pointer alignment, on
ARM targets it is set to 8 bits. The front end needs to be adjusted
to produce matching data layout strings.

Diff Detail