[PATCH] D53207: Fix bug 26547 - alignof should return ABI alignment, not preferred alignment

Richard Smith - zygoloid via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 23 18:20:41 PDT 2018


rsmith added a comment.

In https://reviews.llvm.org/D53207#1268535, @ubsan wrote:

> I'm having real difficulty with this - I get really odd errors in seemingly unrelated tests when I change things.


Is it possible you have LLVM and Clang checked out at different revisions? That's a common source of weird behavior, particularly in CodeGen tests.


Repository:
  rC Clang

https://reviews.llvm.org/D53207





More information about the cfe-commits mailing list