Files
rust/compiler/rustc_codegen_ssa/src
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
..
2024-02-22 08:03:47 +11:00
2024-02-11 22:09:52 +00:00
2023-09-19 11:11:02 +02:00
2024-02-13 21:03:34 +00:00