mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
dee4e02102
Adds initial support for DataFlowSanitizer to the Rust compiler. It currently supports `-Zsanitizer-dataflow-abilist`. Additional options for it can be passed to LLVM command line argument processor via LLVM arguments using `llvm-args` codegen option (e.g., `-Cllvm-args=-dfsan-combine-pointer-labels-on-load=false`).
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.