[PATCH] D32001: [APInt] Reorder fields to avoid a hole in the middle of the class
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 13 10:46:35 PDT 2017
craig.topper added a comment.
Turns out MSVC has different packing than gcc/clang. So APSInt doesn't use the padding from APInt for storage. So the static_assert failed on windows.
Repository:
rL LLVM
https://reviews.llvm.org/D32001
More information about the llvm-commits
mailing list