[llvm-commits] [PATCH] Linker Changes to not destroy source module

Tanya Lattner lattner at apple.com
Fri Oct 7 11:55:20 PDT 2011


Attached is a patch that makes it possible to use the linker without destroying the source module. This is so the source module can be linked to multiple other destination modules. For all that used LinkModules() before, they will continue to destroy the source module as before.

Chris has reviewed this for me already, but if anyone else wants to take a look, please do. If no objections, I'll commit it. I have some other linker work that is going in on top of it.

Thanks,
Tanya

-------------- next part --------------
A non-text attachment was scrubbed...
Name: linker-preservesource.patch
Type: application/octet-stream
Size: 11486 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20111007/ba8f3384/attachment.obj>


More information about the llvm-commits mailing list