diff options
author | James Y Knight <jyknight@google.com> | 2015-07-17 21:58:11 +0000 |
---|---|---|
committer | James Y Knight <jyknight@google.com> | 2015-07-17 21:58:11 +0000 |
commit | 8041e59370351cad70f5f647d55d806af05edef2 (patch) | |
tree | 659ee852bb33c378b821b4a9f1eb144a8cb71acc /clang/tools/clang-format/clang-format-diff.py | |
parent | 3b3380ec4452fe04c29832846e34478ecb7d6a65 (diff) | |
download | bcm5719-llvm-8041e59370351cad70f5f647d55d806af05edef2.tar.gz bcm5719-llvm-8041e59370351cad70f5f647d55d806af05edef2.zip |
Hopefully fix android i386 build after r242554.
That platform has alignof(uint64_t) == 4, but, since LLVM_ALIGNAS(...)
cannot take anything but literal integers due to MSVC limitations, the
literal '8' used there didn't match. Switch ScopeStackAlignment to
just use 8, as well.
llvm-svn: 242578
Diffstat (limited to 'clang/tools/clang-format/clang-format-diff.py')
0 files changed, 0 insertions, 0 deletions