[PATCH] D47814: Teach libc++ to use native NetBSD's max_align_t
Louis Dionne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 21 07:20:47 PDT 2018
ldionne added inline comments.
================
Comment at: include/stddef.h:55
// Re-use the compiler's <stddef.h> max_align_t where possible.
#if !defined(__CLANG_MAX_ALIGN_T_DEFINED) && !defined(_GCC_MAX_ALIGN_T) && \
----------------
chandlerc wrote:
> Unrelated to your patch, but this comment is now amazingly out of place.
Nope, based on `git blame` I think it's still where it should be.
Repository:
rCXX libc++
https://reviews.llvm.org/D47814
More information about the llvm-commits
mailing list