summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
diff options
context:
space:
mode:
authorJames Y Knight <jyknight@google.com>2015-07-17 21:58:11 +0000
committerJames Y Knight <jyknight@google.com>2015-07-17 21:58:11 +0000
commit8041e59370351cad70f5f647d55d806af05edef2 (patch)
tree659ee852bb33c378b821b4a9f1eb144a8cb71acc /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
parent3b3380ec4452fe04c29832846e34478ecb7d6a65 (diff)
downloadbcm5719-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 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud