[PATCH] D117091: [Clang] Add attributes alloc_size and alloc_align to mm_malloc

Johannes Doerfert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 26 07:54:28 PST 2022


jdoerfert requested changes to this revision.
jdoerfert added a comment.
This revision now requires changes to proceed.

Don't test with O1 <https://reviews.llvm.org/owners/package/1/>, add the dummy include folder to the include path (`clang/test/Headers/Inputs/include`), stdlib.h is already there, malloc.h is not and needs to be created.


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

https://reviews.llvm.org/D117091



More information about the cfe-commits mailing list