search for: load_deps

Displaying 2 results from an estimated 2 matches for "load_deps".

2012 Feb 26
0
[LLVMdev] shared bitcode modules / dynamic linking.
...? thanks for any hints. BR, Paweł. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120226/e000809f/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: lli-load_deps.patch Type: text/x-patch Size: 2018 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120226/e000809f/attachment.bin>
2012 Feb 11
2
[LLVMdev] shared bitcode modules / dynamic linking.
Hi, afaics in manuals the llvm-{link,ld} tools only can merge bitcode files into one bigger piece which looks like a static-linking from the c/c++ world. i'm wondering is it any possibility to link bitcode elements dynamically in the same way as e.g. c#/msil assemblies? static linking into one executable looks horrible - any change in library used in project forces relinking of everything.