Re: [PATCH 2/2] rust: cfi: add support for CFI_CLANG with Rust

From: Miguel Ojeda
Date: Tue Jul 30 2024 - 07:51:22 EST


On Tue, Jul 30, 2024 at 11:40 AM Alice Ryhl <aliceryhl@xxxxxxxxxx> wrote:
>
> + RS_FLAGS_CFI := -Zsanitizer=kcfi -Zsanitizer-cfi-normalize-integers

Before I forget: this should probably be `RUSTC_...` for consistency
with the rest (and, in this case, these are flags, so it makes sense
they target the particular compiler).

Cheers,
Miguel