On Sep 21, 2012, at 12:59 PM, Rafael EspĂndola wrote: > Currently clang doesn't call SetLLVMFunctionAttributesForDefinition > for thunks, so they are missing the uwtable attribute which in turn > causes problems when stack walking is passing them. > > Is the attached patch OK? Yes, it looks fine. John.