rust/compiler/rustc_interface/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
..
callbacks.rs Rename Diagnostic as DiagInner. 2024-02-28 08:33:25 +11:00
errors.rs Write to stdout if - is given as output file 2023-06-06 17:53:29 -04:00
interface.rs Overhaul the handling of errors at the top-level. 2024-02-22 08:03:47 +11:00
lib.rs Unify dylib loading between proc macros and codegen backends 2024-02-21 11:17:07 +00:00
passes.rs Replace unnecessary abort_if_errors. 2024-02-22 08:03:47 +11:00
proc_macro_decls.rs Move expansion of query macros in rustc_middle to rustc_middle::query 2023-05-15 08:49:13 +02:00
queries.rs Inline and remove Session::compile_status. 2024-02-22 08:03:47 +11:00
tests.rs Add initial support for DataFlowSanitizer 2024-03-01 18:50:40 -08:00
util.rs Unify dylib loading between proc macros and codegen backends 2024-02-21 11:17:07 +00:00