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

James Y Knight via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 10 15:24:53 PST 2022


jyknight accepted this revision.
jyknight added a comment.

Agree, we do want this. The general strategy (which I don't think should be changed) is for LLVM to be aware of standard libc functions, and infer attributes for them. (We do want to get it out of the business of being aware of the C++ stdlib functions, however.)


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