rust/compiler/rustc_codegen_llvm/src/llvm
Daniel Bertalan 204b2281fa Allow disabling ASan instrumentation for globals
AddressSanitizer adds instrumentation to global variables unless the
[`no_sanitize_address`](https://llvm.org/docs/LangRef.html#global-attributes)
attribute is set on them.

This commit extends the existing `#[no_sanitize(address)]` attribute to
set this; previously it only had the desired effect on functions.
2024-11-02 22:35:34 +01:00
..
archive_ro.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
diagnostic.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
ffi.rs Allow disabling ASan instrumentation for globals 2024-11-02 22:35:34 +01:00
mod.rs Clean up FFI calls for operand bundles 2024-10-30 13:26:24 +11:00