rust/tests/codegen-llvm/sanitizer
bjorn3 6c02653c4a Prevent name collisions with internal implementation details
The implementation of the linkage attribute inside extern blocks defines
symbols starting with _rust_extern_with_linkage_. If someone tries to
also define this symbol you will get a symbol conflict or even an ICE.
By adding an unpredictable component to the symbol name, this becomes
less of an issue.
2025-08-07 13:41:17 +00:00
..
cfi Prevent name collisions with internal implementation details 2025-08-07 13:41:17 +00:00
kcfi Verify llvm-needs-components are not empty and match the --target value 2025-07-29 11:20:23 -07:00
aarch64-shadow-call-stack-with-fixed-x18.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
address-sanitizer-globals-tracking.rs Verify llvm-needs-components are not empty and match the --target value 2025-07-29 11:20:23 -07:00
dataflow-instrument-functions.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
kasan-emits-instrumentation.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
memory-track-origins.rs Verify llvm-needs-components are not empty and match the --target value 2025-07-29 11:20:23 -07:00
memtag-attr-check.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
no-sanitize-inlining.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
no-sanitize.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
riscv64-shadow-call-stack.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
safestack-attr-check.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
sanitizer-recover.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
scs-attr-check.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00