search for: newmcadds_probexceptionhack

Displaying 4 results from an estimated 4 matches for "newmcadds_probexceptionhack".

2010 Mar 22
2
[LLVMdev] r98459 break of ExceptionDemo
...ough I'm guessing that the sensitivity is in JITDwarfEmitter. >> >> Garrison >> >> PS: Patch ref: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20100308/097798.html > -------------- next part -------------- A non-text attachment was scrubbed... Name: NewMCAdds_ProbExceptionHack.patch Type: application/octet-stream Size: 2822 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100322/882a730c/attachment.obj>
2010 Apr 16
0
[LLVMdev] r98459 break of ExceptionDemo
...I'll keep on trying to isolate it further, though I'm guessing that the sensitivity is in JITDwarfEmitter. >>> >>> Garrison >>> >>> PS: Patch ref: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20100308/097798.html >> > > <NewMCAdds_ProbExceptionHack.patch>
2010 Mar 18
0
[LLVMdev] r98459 break of ExceptionDemo
Forgot to add platform with issue: OS X 10.6.2. I have not tested elsewhere. Garrison On Mar 18, 2010, at 14:20, Garrison Venn wrote: > Hi Chris, > > The MCSymbol r98459 patch of llvm seems to have broken the ExceptionDemo example. As the example is dying in the > associated personality's first unwind search phase, which happens to have no language specific context, and is
2010 Mar 18
2
[LLVMdev] r98459 break of ExceptionDemo
Hi Chris, The MCSymbol r98459 patch of llvm seems to have broken the ExceptionDemo example. As the example is dying in the associated personality's first unwind search phase, which happens to have no language specific context, and is returning a _URC_CONTINUE_UNWIND, I believe the issue is generic and not specific to the example. However I'm not sure why then this wasn't seen in one