You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#37862 has landed despite my repeated warnings this is a hack and should be fixed properly. This issue is a reminder for self to fix this properly once the larger PRs in queue land (the old trans cleanup and i128).
The fix would likely be as simple as fixing init_cpad function and reverting the whole patch from the linked PR.
The text was updated successfully, but these errors were encountered:
… r=pnkfelix
Remove unnecessary LLVMRustPersonalityFn binding
LLVM Core C bindings provide this function for all the versions back to what we support (3.7), and
helps to avoid this unnecessary builder->function transition every time. Also a negative diff.
Fixesrust-lang#38462 (although it was pretty much fixed already)
#37862 has landed despite my repeated warnings this is a hack and should be fixed properly. This issue is a reminder for self to fix this properly once the larger PRs in queue land (the old trans cleanup and i128).
The fix would likely be as simple as fixing init_cpad function and reverting the whole patch from the linked PR.
The text was updated successfully, but these errors were encountered: