search for: 0eb7bf1a

Displaying 2 results from an estimated 2 matches for "0eb7bf1a".

2007 Dec 26
0
[LLVMdev] Instantiating modules from .bc files
...g, but the return pointer, so you should always check that (not the error string) and stop if it's null in order to avoid segfaulting. — Gordon -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20071226/0eb7bf1a/attachment.html>
2007 Dec 26
2
[LLVMdev] Instantiating modules from .bc files
Hey there, I'm relatively new to the llvm scene, and so far I'm liking it quite a bit. I'm a bit perplexed as to what llvm-gcc's role is in everything. I've used it to create .bc files for really simple functions and it seems to do quite well at that, but I've been trying to figure out how to take the output from llvm-gcc and actually use it in another program.