diff options
| author | Serge Pavlov <sepavloff@gmail.com> | 2018-07-05 06:24:29 +0000 |
|---|---|---|
| committer | Serge Pavlov <sepavloff@gmail.com> | 2018-07-05 06:24:29 +0000 |
| commit | 2f17e969e48ab4a0e93c14750e4b500ba46fe6a6 (patch) | |
| tree | 74cb362b1123446e5ca696cb0bd73e0fc07bbe6a /llvm | |
| parent | 892bd81a6222eb8e3e0fb7ffab4ab536f75574a2 (diff) | |
| download | bcm5719-llvm-2f17e969e48ab4a0e93c14750e4b500ba46fe6a6.tar.gz bcm5719-llvm-2f17e969e48ab4a0e93c14750e4b500ba46fe6a6.zip | |
[demangler] Avoid alignment warning
The alignment specified by a constant for the field
`BumpPointerAllocator::InitialBuffer` exceeded the alignment
guaranteed by `malloc` and `new` on Windows. This change set
the alignment value to that of `long double`, which is defined
by the used platform.
It fixes https://bugs.llvm.org/show_bug.cgi?id=37944.
Differential Revision: https://reviews.llvm.org/D48889
llvm-svn: 336312
Diffstat (limited to 'llvm')
0 files changed, 0 insertions, 0 deletions

