Rollup merge of #139667 - 1c3t3a:remove-no-sanitize, r=m-ou-se

cfi: Remove #[no_sanitize(cfi)] for extern weak functions

Previously (https://github.com/rust-lang/rust/pull/115200, https://github.com/rust-lang/rust/pull/138002), we added `#[no_sanitize(cfi)]` to all code paths that call to a weakly linked function.

In https://github.com/rust-lang/rust/pull/138349 we fixed the root cause for this issue, which means we can now remove the corresponding attributes.

r? `@rcvalle`
This commit is contained in:
Matthias Krüger 2025-04-17 00:16:21 +02:00 committed by GitHub
commit 821337e1e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

Diff Content Not Available