mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-27 07:03:45 +00:00
8d6c973c7f
This change adds a flag for configuring control-flow protection in the LLVM backend. In Clang, this flag is exposed as `-fcf-protection` with options `none|branch|return|full`. This convention is followed for `rustc`, though as a codegen option: `rustc -Z cf-protection=<none|branch|return|full>`. Co-authored-by: BlackHoleFox <blackholefoxdev@gmail.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |