[LLVMdev] llvm.eh.return?

Anton Korobeynikov anton at korobeynikov.info
Thu Feb 26 02:45:24 PST 2015


This intrinsic is created via expansion of eh_return builtin. This
builtin is used by compiler runtime library to provide unwinding
functionality. You can look into libunwind / libgcc sources for an
example.

On Thu, Feb 26, 2015 at 7:59 AM, gamma_chen <gamma_chen at yahoo.com.tw> wrote:
> Can someone tell me what the C/C++ statement can generate llvm ir
> (intrinsic) @llvm.eh.return.i32 by clang? Or any statement of high level
> language can get @llvm.eh.return.i32.
>
> Jonathan
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>



-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the llvm-dev mailing list