summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp/exceptions/exceptions.cpp
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2019-02-15 12:20:23 +0000
committerPavel Labath <pavel@labath.sk>2019-02-15 12:20:23 +0000
commit4f85014dffda33e22edce359eaaa4b162804326a (patch)
tree41ac52e87e5d24d83e80a31995fbdeaf66f9232b /lldb/packages/Python/lldbsuite/test/lang/cpp/exceptions/exceptions.cpp
parentc065b025a666a768c45510481785295c4bde61e5 (diff)
downloadbcm5719-llvm-4f85014dffda33e22edce359eaaa4b162804326a.tar.gz
bcm5719-llvm-4f85014dffda33e22edce359eaaa4b162804326a.zip
Remove alignment from struct XSAVE altogether
I reduced the alignment of this struct in r342029 to avoid compiler warnings about under-aligned allocations, but it turns out that this still causes problems with some compilers (see r353778). As I hinted in r342029, I don't believe any special aligment is necessary here (the only reason for that would be if we used some aligned SSE instructions to access this buffer, but I don't see any reason why we should do that), so here I go all the way, and remove the alignment requirements (except the ones naturally imposed by basic types) altogether. llvm-svn: 354125
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/exceptions/exceptions.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud