rust/compiler/rustc_llvm
Ramon de C Valle dee4e02102 Add initial support for DataFlowSanitizer
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`).
2024-03-01 18:50:40 -08:00
..
llvm-wrapper Add initial support for DataFlowSanitizer 2024-03-01 18:50:40 -08:00
src Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
build.rs Use new check-cfg syntax in rustc_llvm build script 2023-12-05 13:25:11 +01:00
Cargo.toml Pin cc version 2024-02-13 21:13:06 +00:00