[PATCH] D117923: BuildLibCalls: add allocalign attributes for memalign and aligned_alloc

Augie Fackler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 21 13:04:10 PST 2022


durin42 added a comment.

Question for reviewers: if I can do something similar for the aligned versions of `::operator::new` in C++, we can remove a column from the table in `MemoryBuiltins.cpp`.  Should that happen in clang, or someplace else? What am I looking for in clang to make that happen?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117923



More information about the llvm-commits mailing list