Hi, I have checkout llvm from the svn, eh_sjlj_setjmp/longjmp intrinsics had beed added ! but it seems llvm-gcc does't generate the eh_sjlj_setjmp/longjmp intrinsics now ? best regards zhangzw
On Sun, Jun 14, 2009 at 6:36 PM, zhengjian zhang<zhangzhengjian at gmail.com> wrote:> Hi, > > I have checkout llvm from the svn, eh_sjlj_setjmp/longjmp > intrinsics had beed added ! > but it seems llvm-gcc does't generate the eh_sjlj_setjmp/longjmp > intrinsics now ?The implementation isn't finished (the only working CodeGen is for eh_sjlj_setjmp on ARM), so there's no point to generating them. -Eli