[PATCH] D85543: Limit Max Vector alignment on COFF targets to 8192

2020-08-12 Thread Erich Keane via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGaa4bc1cb7978: Limit Max Vector alignment on COFF targets to 8192. (authored by erichkeane). Herald added a project: clang. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://review

[PATCH] D85543: Limit Max Vector alignment on COFF targets to 8192

2020-08-11 Thread Craig Topper via Phabricator via cfe-commits
craig.topper accepted this revision. craig.topper added a comment. This revision is now accepted and ready to land. LGTM CHANGES SINCE LAST ACTION https://reviews.llvm.org/D85543/new/ https://reviews.llvm.org/D85543 ___ cfe-commits mailing list cfe

[PATCH] D85543: Limit Max Vector alignment on COFF targets to 8192

2020-08-07 Thread Erich Keane via Phabricator via cfe-commits
erichkeane created this revision. erichkeane added reviewers: craig.topper, lebedev.ri. erichkeane requested review of this revision. COFF targets have a max object alignment of 8192, so trying to create one with a larger size results in an unreachable in WinCOFFObjectWriter. For the reproducer I