Displaying 2 results from an estimated 2 matches for "c91cc7f6".
2009 Mar 04
0
[LLVMdev] Nested functions
On Mar 4, 2009, at 1:33 PM, S. Bharadwaj Yadavalli wrote:
> Hi Duncan,
>
> Thanks for your reply.
>
> I did try the method suggested by you. I got a foo.bc with -emit-
> llvm switch. llc on foo.bc gets me the same assertion failure, as
> you pointed out.
>
> Then I ran bugpoint to generate bugpoint-reduced-simplified.bc and
> bugpoint-reduced-function.bc. My
2009 Mar 04
2
[LLVMdev] Nested functions
Hi Duncan,
Thanks for your reply.
I did try the method suggested by you. I got a foo.bc with -emit-llvm
switch. llc on foo.bc gets me the same assertion failure, as you pointed
out.
Then I ran bugpoint to generate bugpoint-reduced-simplified.bc and
bugpoint-reduced-function.bc. My previous experience is that if I compile
either if them, I would get the same failure as I did with foo.bc. That is