search for: func_registersetjmp_pal

Displaying 1 result from an estimated 1 matches for "func_registersetjmp_pal".

2012 May 28
1
[LLVMdev] VMKIT: Error while producing LLVMruntime.inc (using llvm-as and llc)
...nc_unconditionalSafePoint_PAL = AttrListPtr::get(Attrs.begin(), Attrs.end()); func_conditionalSafePoint_PAL = AttrListPtr::get(Attrs.begin(), Attrs.end()); func_llvm_gcroot_PAL = AttrListPtr::get(Attrs.begin(), Attrs.end()); func__setjmp_PAL = AttrListPtr::get(Attrs.begin(), Attrs.end()); func_registerSetjmp_PAL = AttrListPtr::get(Attrs.begin(), Attrs.end()); func_unregisterSetjmp_PAL = AttrListPtr::get(Attrs.begin(), Attrs.end()); One would expect to see AttrListPtr::get(Attrs.begin(), Attrs.end()) Thank you Foivos