Eli Friedman
2009-Jun-02 09:57 UTC
[LLVMdev] llvm.eh.unwind.init : missing documentation/incorrect implementation?
Per subject; I went to look for a description at http://llvm.org/docs/ExceptionHandling.html , but it wasn't there. Also, apparently, __builtin_unwind_init is supposed to force callee-saved registers to be spilled, but llvm.eh.unwind.init doesn't do that. This matters because Boehm GC expects the intrinsic to do that. -Eli
Apparently Analagous Threads
- [LLVMdev] About unwind...
- [LLVMdev] Why declaration of llvm.eh.selector differs between documentation and in .ll code written by clang++?
- [LLVMdev] Clobbering llvm.eh.selector return
- Exceptions on Windows & MSVC
- [LLVMdev] Platform-independent Exception Handling