[PATCH] D118804: Revert "[Clang] Propagate guaranteed alignment for malloc and others"

Dávid Bolvanský via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 3 09:25:42 PST 2022


xbolva00 requested changes to this revision.
xbolva00 added inline comments.
This revision now requires changes to proceed.


================
Comment at: clang/test/CodeGen/alloc-fns-alignment.c:37
-
-void *aligned_alloc_large_constant_test(size_t n) {
-  return aligned_alloc(4096, n);
----------------
These tests for should stay.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118804



More information about the cfe-commits mailing list