This is an archive of the discontinued LLVM Phabricator instance.

[Targets] Adjust ARM data layout
AbandonedPublic

Authored by michaelplatings on Jan 28 2019, 9:13 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.

Previously submitted as https://reviews.llvm.org/D44783

Diff Detail

Repository
rC Clang