[PATCH] D114728: [Coroutine] Remove the prologue data of `-fsanitize=function` for split functions
Yuanfang Chen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 15 22:47:07 PST 2021
ychen added a comment.
In D114728#3196591 <https://reviews.llvm.org/D114728#3196591>, @rjmccall wrote:
> I don't have a strong opinion about attribute vs. metadata; if metadata are the best technical path forward, that's fine with me. I don't think function metadata can be "lost" the same way that metadata internal to a function can, right?
That's right. There is a metadata kind attached to it. Users have to be very explicit (by intention) to drop it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114728/new/
https://reviews.llvm.org/D114728
More information about the cfe-commits
mailing list