Displaying 2 results from an estimated 2 matches for "8e0a5ab1".
2010 Jan 31
2
[LLVMdev] Segmentation Fault
Hello,
I am learning to write passes in LLVM and currently using LLVM 2.6. I
followed the steps mentioned to write the helloworld pass and when i run it
using opt, I get a Seg Fault. Not able to figure out why this is happening.
It would be great if someone can point out where I am going wrong.
Thanks.
Hersh.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Jan 31
0
[LLVMdev] Segmentation Fault
May be you need to debug your code and see.
Rajika
On Sun, Jan 31, 2010 at 9:48 AM, Hersh.S. Iyer <coolhersh at gmail.com> wrote:
> Hello,
>
> I am learning to write passes in LLVM and currently using LLVM 2.6. I
> followed the steps mentioned to write the helloworld pass and when i run it
> using opt, I get a Seg Fault. Not able to figure out why this is happening.
> It