Displaying 5 results from an estimated 5 matches for "shivram".
Did you mean:
shivam
2010 Jun 10
4
[LLVMdev] Assertion failure in llc when using exception handling
...s-lcssa.us.i.i landing pad gets added to CatchInfoLost
but not to CatchInfoFound which causes the assertion to fail. I have also
attached the output from bugpoint -run-llc b.bc
Is there something wrong with the original ll code I am generating?
I will be glad to provide more information.
Thanks,
Shivram
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100610/40efc586/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: a.bc.gz
Type: application/x-gzip
Size: 5...
2007 Feb 02
1
CallerID Name not available.
...d
name. The caller id number is visible.
our related changes to extensions conf is below.
exten => {MY_EXT},14,Set(CALLERID(name)=OH ${CALLERID(name)})<br>
exten => {MY_EXT},15,Dial(SIP/vitel-outbound/$[${MY_CONTACT}],30)
at 14 we try to present OH to the Caller Name. For eg "OH Shivram U".
(removing this line doesnt work too)at 14 we are able to see the
callerid name.
at 15 we route the call to our contact.
vitel-outbound is the service provider for the DIDs
MY_CONTACT would be the number we are trying to redirect to
The asterisk version we are using is 1.2.10. I tried pas...
2010 Jun 10
0
[LLVMdev] Assertion failure in llc when using exception handling
Forgot to reply all.
Duncan suggested that I put the selector call before the store but that
didn't help. I get the same assertion failure.
On Thu, Jun 10, 2010 at 2:50 PM, Shivram Khandeparker <shivramk at gmail.com>wrote:
> HI Duncan,
>
> On Thu, Jun 10, 2010 at 1:58 PM, Duncan Sands <baldrick at free.fr> wrote:
>
>> an unfortunate weakness of the code generators is that they require calls
>> to
>> eh.selector to be in a landing pa...
2010 Jun 10
0
[LLVMdev] Assertion failure in llc when using exception handling
Hi Shivram,
> I'm trying to compile an llvm program which makes use of exception
> handling. While compiling the code with llc i get the following
> assertion failure
an unfortunate weakness of the code generators is that they require calls to
eh.selector to be in a landing pad (landing pad = w...
2010 Jun 10
0
[LLVMdev] Assertion failure in llc when using exception handling
Hi Shivram,
> lpad: ; preds = %return7
> %46 = call i8* @llvm.eh.exception() ; <i8*> [#uses=2]
> store i8* %46, i8** %22
> %47 = call i32 (i8*, i8*, ...)* @llvm.eh.selector(i8* %46, i8*
>...