1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib/Demangle
Serge Pavlov e883ffb7d8 [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: 336311
2018-07-05 06:22:39 +00:00
..
CMakeLists.txt Reverted commits 333390, 333391 and 333394 2018-05-29 07:05:41 +00:00
ItaniumDemangle.cpp [demangler] Avoid alignment warning 2018-07-05 06:22:39 +00:00
LLVMBuild.txt