diff options
author | Eric Fiselier <eric@efcs.ca> | 2017-01-20 06:27:34 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2017-01-20 06:27:34 +0000 |
commit | 9114f45ab87076a6998fb8a72958345cd2a94498 (patch) | |
tree | 717de872ed5379ab7e35852431830d1353d87ebf /llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp | |
parent | 5dc021bf45ba8d20e9d0734e4b753f354bbad01c (diff) | |
download | llvm-9114f45ab87076a6998fb8a72958345cd2a94498.zip llvm-9114f45ab87076a6998fb8a72958345cd2a94498.tar.gz llvm-9114f45ab87076a6998fb8a72958345cd2a94498.tar.bz2 |
Still expose std::align_val_t in C++17 even if we don't have aligned new/delete.
r292564 disabled the aligned new/delete overloads on platforms without
posix_memalign. Unfortunately that patch also disabled the align_val_t
definition in C++17 as well.
This patch causes align_val_t to be exposed in C++17 regardless
of if we have the new/delete overloads.
llvm-svn: 292582
Diffstat (limited to 'llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp')
0 files changed, 0 insertions, 0 deletions