Displaying 2 results from an estimated 2 matches for "ce4fe35f".
2011 Sep 08
2
[LLVMdev] Merging Modules
Hi,
Can anyone point me to some code (or offer advice) on how I can merge one Module into another?
I have a list of Modules each containing one Function. I would like to combine them all into one monolithic Module before transforming and optimizing (The original Modules must remain unmodified)
Thanks,
paul
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Sep 08
0
[LLVMdev] Merging Modules
...into one monolithic Module before transforming and optimizing (The original Modules must remain unmodified)
>
See Linker::LinkModules(..).
-
Devang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110908/ce4fe35f/attachment.html>