about summary refs log tree commit diff
path: root/src/test/codegen/sanitizer-memory-track-orgins.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-30/+0
2020-06-13compiletest: Add directives to detect sanitizer supportTomasz Miąsko-3/+1
Add needs-sanitizer-{address,leak,memory,thread} directive indicating that test requires target with support for specific sanitizer. This is an addition to the existing needs-sanitizer-support directive indicating that test requires a sanitizer runtime library.
2020-02-12Add support for new pass managerNikita Popov-4/+4
The new pass manager can be enabled using -Z new-llvm-pass-manager=on.
2020-01-20Mark __msan_track_origins as an exported symbol for LTONikita Popov-1/+5
2019-11-22Add support for tracking origins of uninitialized memoryTomasz Miąsko-0/+28