On Fri, Sep 4, 2026 at 3:20 AM Jose Fernandez (Anthropic) <[email protected]> wrote: > > Gate CALL_OPS under CFI on ARM64_CFI_PERMITS_CALL_OPS, which needs > clang 21 or newer and RUST off. rustc has its own flag for the prefix > NOPs and this patch does not pass it, so Rust functions would have no > prefix and a different hash offset.
Why doesn't the patch pass the flag to `rustc`? (Looking at later patches) Ah, is it because you defer it to the last patch? Thanks! Cheers, Miguel
