search for: d8092ab0

Displaying 2 results from an estimated 2 matches for "d8092ab0".

2007 Dec 08
0
[LLVMdev] Darwin vs exceptions
...pposed to happen if there's no handler anywhere? > - What is the right thing for Linux? Is the deletion above safe > there? Unsure, -Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20071208/d8092ab0/attachment.html>
2007 Dec 08
4
[LLVMdev] Darwin vs exceptions
So I couldn't get exceptions to work on PPC darwin. After much digging and confusion, there seem to be two separate issues. The gcc testsuite is running the version of the unwinding code that was built with the local (llvm-)gcc, which doesn't work because nobody has implemented builtin_return_address for that target. So that's one problem. More seriously, the version of the