This was tracking global state only used by the AsmPrinter, which can
store its own module global state.
Details
Diff Detail
Event Timeline
Hi Matt @arsenm !
May I check with you why commit https://reviews.llvm.org/rG9209a519180b478f7a77d7c4781ea857536d77ed does not have a link to this patch?
Thanks!!
FYI @zibi
Ah got it! Thanks so much for getting back to me! I am a new contributor so I am trying to understand the convention from the community. If you don't mind, could you help me understand if I myself should or should not use arc? For commits I am working myself, should I link the reviews to them? Could you offer some pointers for me to stare at? I have gone through https://llvm.org/docs/Contributing.html#how-to-submit-a-patch and https://llvm.org/docs/CodeReview.html and it is not clear to me what convention I should follow.
Thanks for your patience!
If you want to? I'm set in my ways and have given up fighting with arc's workflow the few times I've tried to use it
This can be a unique_ptr so long as the ctor and dtor are defined in the relevant cpp file.