This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Remove LLVM_ALIGNAS
ClosedPublic

Authored by jfb on Jul 30 2019, 9:40 AM.

Details

Summary

The minimum compilers support all have alignas, and we don't use LLVM_ALIGNAS anywhere anymore. This also removes an MSVC diagnostic which, according to the comment above, isn't relevant anymore.

Event Timeline

jfb created this revision.Jul 30 2019, 9:40 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 30 2019, 9:40 AM
rnk accepted this revision.Jul 30 2019, 10:41 AM

lgtm

This revision is now accepted and ready to land.Jul 30 2019, 10:41 AM
This revision was automatically updated to reflect the committed changes.