search for: ehtest

Displaying 7 results from an estimated 7 matches for "ehtest".

Did you mean: htest
2010 Jan 22
2
[LLVMdev] Exception handling question
Hi James, > want to send us your testcase code? Then we can give it a whirl. > > > Test code is at http://giantblob.com/ehtest.tar.gz > > Thanks for the help. I apologize in advance if it turns out I'm doing > something stupid! I hope you realise that by running llvm-ld without -native you are actually executing your program from the JIT. I did a native compilation as follows: used llvm-link to link all of...
2010 Jan 22
0
[LLVMdev] Exception handling question
...;s definitely not being called. >> - If i replace "throw 1" with "result = _Unwind_RaiseException" then >> result is 5 - i.e. END_OF_STACK. >> > > want to send us your testcase code? Then we can give it a whirl. > Test code is at http://giantblob.com/ehtest.tar.gz Thanks for the help. I apologize in advance if it turns out I'm doing something stupid! -- James > > Ciao, > > Duncan. > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/2010012...
2010 Jan 22
3
[LLVMdev] Exception handling question
Hi James, > Yes - sorry I was unclear. I have pruned everything down to a pretty > minimal test: > - LLVM 2.6 compiled from source > - A slightly modified version of Duncan's example ll assembly posted earlier > - A minimal personality function (just a call to fprintf()) in a > separate C file compiled with gcc-llvm > - A single C++ function in a third file that simply
2010 Jan 22
0
[LLVMdev] Exception handling question
2010/1/22 Duncan Sands <baldrick at free.fr> > Hi James, > > > want to send us your testcase code? Then we can give it a whirl. >> >> >> Test code is at http://giantblob.com/ehtest.tar.gz >> >> Thanks for the help. I apologize in advance if it turns out I'm doing >> something stupid! >> > > I hope you realise that by running llvm-ld without -native you are actually > executing your program from the JIT. I did a native compilation as >...
2010 Jan 22
2
[LLVMdev] Exception handling question
...liams <junk at giantblob.com> > > > 2010/1/22 Duncan Sands <baldrick at free.fr> > >> Hi James, >> >> >> want to send us your testcase code? Then we can give it a whirl. >>> >>> >>> Test code is at http://giantblob.com/ehtest.tar.gz >>> >>> Thanks for the help. I apologize in advance if it turns out I'm doing >>> something stupid! >>> >> >> I hope you realise that by running llvm-ld without -native you are >> actually >> executing your program from the JIT....
2010 Jan 22
0
[LLVMdev] Exception handling question
...te: > > > 2010/1/22 James Williams <junk at giantblob.com> > > > 2010/1/22 Duncan Sands <baldrick at free.fr> > Hi James, > > > want to send us your testcase code? Then we can give it a whirl. > > > Test code is at http://giantblob.com/ehtest.tar.gz > > Thanks for the help. I apologize in advance if it turns out I'm doing something stupid! > > I hope you realise that by running llvm-ld without -native you are actually > executing your program from the JIT. I did a native compilation as follows: > used llvm-link...
2010 Jan 22
2
[LLVMdev] Exception handling question
...; >> >> 2010/1/22 Duncan Sands <baldrick at free.fr> >> >>> Hi James, >>> >>> >>> want to send us your testcase code? Then we can give it a whirl. >>>> >>>> >>>> Test code is at http://giantblob.com/ehtest.tar.gz >>>> >>>> Thanks for the help. I apologize in advance if it turns out I'm doing >>>> something stupid! >>>> >>> >>> I hope you realise that by running llvm-ld without -native you are >>> actually >>> exec...