[libcxx-commits] [PATCH] D129842: [libcxxabi] Fix alignment of pointers returned by fallback_malloc

Simon Tatham via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 25 02:17:22 PDT 2022


simon_tatham updated this revision to Diff 447247.
simon_tatham added a comment.

CI fix: tell `test_fallback_malloc_pass.cpp` not to try to run in C++03 mode, which won't work now that the library source file it includes uses `alignof`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129842/new/

https://reviews.llvm.org/D129842

Files:
  libcxxabi/src/fallback_malloc.cpp
  libcxxabi/test/test_fallback_malloc.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129842.447247.patch
Type: text/x-patch
Size: 6234 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220725/0cf3bdfb/attachment.bin>


More information about the libcxx-commits mailing list