This is an archive of the discontinued LLVM Phabricator instance.

[LLVM][Alignment] Introduce Alignment In Attributes
ClosedPublic

Authored by gchatelet on Aug 5 2019, 6:02 AM.

Details

Summary

This is patch is part of a serie to introduce an Alignment type.
See this thread for context: http://lists.llvm.org/pipermail/llvm-dev/2019-July/133851.html
See this patch for the introduction of the type: https://reviews.llvm.org/D64790

Diff Detail

Repository
rL LLVM

Event Timeline

gchatelet created this revision.Aug 5 2019, 6:02 AM
jfb accepted this revision.Aug 5 2019, 5:01 PM
This revision is now accepted and ready to land.Aug 5 2019, 5:01 PM
gchatelet updated this revision to Diff 213549.Aug 6 2019, 2:15 AM

clang-format before submitting

This revision was automatically updated to reflect the committed changes.