[PATCH] D138859: [ODRHash] Drive attribute hashing through TableGen. NFC intended.
Volodymyr Sapsai via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 28 13:27:33 PST 2022
vsapsai added a comment.
In D138859#3954943 <https://reviews.llvm.org/D138859#3954943>, @erichkeane wrote:
> I dont have a concern on this in general, but does it cause problems with modules built? I would think this flag needs to be written in ASTWriter/picked back up.
For an attribute attached to a Decl, attribute's hash contributes to Decl's hash which is serialized/deserialized (D135472 <https://reviews.llvm.org/D135472> has more details).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138859/new/
https://reviews.llvm.org/D138859
More information about the cfe-commits
mailing list