This is an archive of the discontinued LLVM Phabricator instance.

[LLVM][Alignment] Introduce Alignment In GlobalObject
ClosedPublic

Authored by gchatelet on Aug 5 2019, 7:37 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, 7:37 AM
jfb accepted this revision.Aug 5 2019, 5:05 PM
jfb added inline comments.
llvm/include/llvm/IR/GlobalObject.h
67 ↗(On Diff #213364)

Can you leave a FIXME on this line instead of the comment above?

llvm/include/llvm/Support/Alignment.h
104 ↗(On Diff #213364)

neither / nor?

This revision is now accepted and ready to land.Aug 5 2019, 5:05 PM
gchatelet updated this revision to Diff 213539.Aug 6 2019, 2:00 AM

Added FIXME and used neither instead of not

This revision was automatically updated to reflect the committed changes.
gchatelet marked 2 inline comments as done.Aug 6 2019, 2:03 AM