Displaying 1 result from an estimated 1 matches for "26ad12fb".
2015 Jul 31
1
[LLVMdev] exception handling and fastcc
Hello,
I am writing a compiler for a functional language and am using the fastcc
calling convention extensibly. I am now thinking about how to implement
exception handling (about which I know close to nothing) and was hoping to
use the support for exception handling built-in llvm.
Question: can I use the standard __cxa_throw (and personality function)
from C++ and the llvm eh machinery even if