[libcxx-commits] [PATCH] D119348: [libcxx] [test] Fix the aligned storage test to work on Windows
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Feb 9 09:00:20 PST 2022
Quuxplusone added inline comments.
================
Comment at: libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/aligned_storage.pass.cpp:315
+#ifndef _WIN32
+ // Windows only supports alignment up to 8192 bytes.
{
----------------
Can you add a test case right above this one, for `Align=8192`, then?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119348/new/
https://reviews.llvm.org/D119348
More information about the libcxx-commits
mailing list