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
Rollup merge of #139667 - 1c3t3a:remove-no-sanitize, r=m-ou-se
cfi: Remove #[no_sanitize(cfi)] for extern weak functions
Previously (rust-lang/rust#115200, rust-lang/rust#138002), we added `#[no_sanitize(cfi)]` to all code paths that call to a weakly linked function.
In rust-lang/rust#138349 we fixed the root cause for this issue, which means we can now remove the corresponding attributes.
r? `@rcvalle`
0 commit comments