aboutsummaryrefslogtreecommitdiff
path: root/libsanitizer/asan/asan_mac.cpp
AgeCommit message (Collapse)AuthorFilesLines
2023-11-18libsanitizer: fix build on darwinFrancois-Xavier Coudert1-0/+2
Upstream report of the issue at https://github.com/llvm/llvm-project/issues/72639 libsanitizer/ChangeLog: * asan/asan_mac.cpp: Protect Apple blocks behind the MISSING_BLOCKS_SUPPORT macro.
2023-11-15libsanitizer: merge from upstream (c425db2eb558c263)Jakub Jelinek1-6/+47
The following patch is result of libsanitizer/merge.sh from c425db2eb558c263 (yesterday evening). Bootstrapped/regtested on x86_64-linux and i686-linux (together with the follow-up 3 patches I'm about to post). BTW, seems upstream has added riscv64 support for I think lsan/tsan, so if anyone is willing to try it there, it would be a matter of copying e.g. the s390*-*-linux* libsanitizer/configure.tgt entry to riscv64-*-linux* with the obvious s/s390x/riscv64/ change in it.
2023-04-26libsanitizer: merge from upstream (3185e47b5a8444e9fd).Martin Liska1-6/+0
2022-08-30libsanitizer: merge from master (84a71d5259c2682403cdbd8710592410a2f128ab)Martin Liska1-2/+4
2022-05-04libsanitizer: merge from upstream (0a1bcab9f3bf75c4c5d3e53bafb3eeb80320af46).Martin Liska1-1/+1
2020-10-16libsanitizer: merge from masterMartin Liska1-40/+8
2019-11-05Libsanitizer: merge from trunk with merge.sh.Martin Liska1-1/+1
2019-11-05 Martin Liska <mliska@suse.cz> * all source files: Merge from upstream r375507. From-SVN: r277834
2019-08-14Libsanitizer merge from trunk r368656.Martin Liska1-0/+331
2019-08-14 Martin Liska <mliska@suse.cz> PR sanitizer/89832 PR sanitizer/91325 * All source files: Merge from upstream 368656. From-SVN: r274426