]> granicus.if.org Git - clang/commit
Hopefully fix android i386 build after r242554.
authorJames Y Knight <jyknight@google.com>
Fri, 17 Jul 2015 21:58:11 +0000 (21:58 +0000)
committerJames Y Knight <jyknight@google.com>
Fri, 17 Jul 2015 21:58:11 +0000 (21:58 +0000)
commit87a1c47cfd870a22a67068d03007a260458392ea
treec2691490d8dd30e63eb8378080cb5940afb1135a
parent1571277ddb363c17c2c661632e3ead2eb2fabe49
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242578 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/EHScopeStack.h