]> git.lizzy.rs Git - rust.git/commit - src/librustc_llvm/build.rs
Rollup merge of #73893 - ajpaverd:cfguard-stabilize, r=nikomatsakis
authorManish Goregaokar <manishsmail@gmail.com>
Wed, 22 Jul 2020 16:29:03 +0000 (09:29 -0700)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2020 16:29:03 +0000 (09:29 -0700)
commit8afb305e7200b05dacf6129e2c10575f4ca6ebb0
tree5d25bf8d67377f1d0d676f6bd3984bbe5fef32b1
parentdade0f1f6c25dde9974b61b76f0e9dc01cf3ea68
parent31c7aae1136b4d80f0256e269ca8086fd3fbdddd
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.
src/bootstrap/builder.rs
src/librustc_codegen_ssa/back/link.rs
src/librustc_interface/tests.rs
src/librustc_session/config.rs
src/librustc_session/options.rs