bors 09cb29c64c Auto merge of #93439 - abrown:cf-protection, r=nagisa
Add support for control-flow protection

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>`. Tracking issue for future work is #93754.
2022-02-15 21:20:49 +00:00
..
2022-02-10 18:27:18 +01:00
2022-02-15 16:03:24 +11:00
2022-02-15 16:03:24 +11:00
2022-02-01 10:15:59 +01:00
2022-02-10 15:10:33 +00:00