8afb305e72
Stabilize control-flow-guard codegen option This is the stabilization PR discussed in #68793. It converts the `-Z control-flow-guard` debugging option into a codegen option (`-C control-flow-guard`), and changes the associated tests.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.