Add support for new allocsize
attribute in LLVM
#33075
Labels
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
This is mostly a TODO issue for when we next upgrade LLVM. They have recently landed upstream support for a new attribute to tag functions with to indicate that they are an allocator.
This should hopefully obsolete our local patch and we should use these attributes instead.
The text was updated successfully, but these errors were encountered: