[PATCH] D96838: Add GNU attribute 'retain'

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 21 18:51:58 PST 2021


rjmccall added a comment.

GCC 11 hasn't been released yet, so can we still engage with GCC about the semantics of this attribute?  This is a very low-level attribute, and I don't understand why it was made separate instead of just having `used` add the appropriate section flag on targets that support it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96838



More information about the cfe-commits mailing list