[LLVMdev] Linking Modules
David A. Greene
dag at cray.com
Mon Feb 6 09:04:04 PST 2012
Chris Lattner <clattner at apple.com> writes:
>> How do I do this the "right" way? Do I need a custome CallbackcVH or
>> does something already exist to do this?
>
> One option is to make a named metadata node in the module with a list
> of everything you care about. After linking is done, zip down the
> list to see what got updated.
Ah, that's an interesting approach! Thanks for the idea. :)
-Dave
More information about the llvm-dev
mailing list