rust/compiler
Andrew Brown 8d6c973c7f 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>`.

Co-authored-by: BlackHoleFox <blackholefoxdev@gmail.com>
2022-02-14 08:31:24 -08:00
..
2022-02-13 11:49:52 +01:00
2022-02-13 11:49:52 +01:00
2022-02-12 11:23:53 +00:00
2022-02-12 11:23:53 +00:00
2022-02-12 11:23:53 +00:00
2022-02-05 15:07:10 -05:00