Displaying 2 results from an estimated 2 matches for "e000809f".
Did you mean:
e0008000
2012 Feb 26
0
[LLVMdev] shared bitcode modules / dynamic linking.
...eating in llvm-link / using in lli).
is it any simple method to embbed such structure in bitcode file? some metadata?
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.