rust/src/librustc_codegen_ssa
Manish Goregaokar 8afb305e72
Rollup merge of #73893 - ajpaverd:cfguard-stabilize, r=nikomatsakis
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.
2020-07-22 09:29:03 -07:00
..
2020-07-17 11:49:35 -07:00
2020-07-10 07:39:28 -04:00
2020-06-25 18:52:41 -07:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.