[NFC] avoid AlignedCharArray in lldb
authorJF Bastien <jfbastien@apple.com>
Mon, 29 Jul 2019 23:17:08 +0000 (23:17 +0000)
committerJF Bastien <jfbastien@apple.com>
Mon, 29 Jul 2019 23:17:08 +0000 (23:17 +0000)
commit268a83e39c3b2bab71e3baf61731a2044dad9063
tree25ba92da9c9a2279b3f5c894d1d4943fabc6491c
parentac8686205b0b05e0ccc92fdf943518f9959cd472
[NFC] avoid AlignedCharArray in lldb

As discussed in D65249, don't use AlignedCharArray or std::aligned_storage. Just use alignas(X) char Buf[Size];. This will allow me to remove AlignedCharArray entirely, and works on the current minimum version of Visual Studio.

llvm-svn: 367275
lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.cpp
lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.h