llvm-project/compiler-rt/lib/scudo
Evgenii Stepanov 439e00a25b [scudo] Fix running tests under hwasan.
When built with hwasan, assume that the target architecture does not
support TBI. HWASan uses that byte for its own purpose, and changing it
breaks things.

Reviewed By: hctim

Differential Revision: https://reviews.llvm.org/D111842
2021-10-14 14:56:58 -07:00
..
standalone [scudo] Fix running tests under hwasan. 2021-10-14 14:56:58 -07:00
CMakeLists.txt [compiler-rt] NFC: Fix trivial typo 2021-09-04 14:12:58 +05:30
scudo_allocator.cpp sanitizer_common: add thread safety annotations 2021-07-12 11:46:49 +02:00
scudo_allocator.h [scudo][NFC] Remove unneeded template from scudo::CombinedAllocator 2019-05-01 19:36:26 +00:00
scudo_allocator_combined.h [scudo][NFC] Remove unneeded template from scudo::CombinedAllocator 2019-05-01 19:36:26 +00:00
scudo_allocator_secondary.h Update compiler-rt cpplint.py 2019-09-11 21:33:06 +00:00
scudo_crc32.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
scudo_crc32.h [compiler-rt] Replace INLINE with inline 2020-09-17 16:24:20 +02:00
scudo_errors.cpp Remove NOLINTs from compiler-rt 2019-09-11 23:19:48 +00:00
scudo_errors.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
scudo_flags.cpp Improve error message when '=' is missing in {ASAN,...}_OPTIONS. 2019-06-15 01:37:14 +00:00
scudo_flags.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
scudo_flags.inc [scudo] Tuning changes based on feedback from current use 2019-01-24 15:56:54 +00:00
scudo_interface_internal.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
scudo_malloc.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
scudo_new_delete.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
scudo_platform.h [scudo] Tuning changes based on feedback from current use 2019-01-24 15:56:54 +00:00
scudo_termination.cpp scudo: fix CheckFailed-related build breakage 2021-05-12 09:10:34 +02:00
scudo_tsd.h sanitizer_common: add thread safety annotations 2021-07-12 11:46:49 +02:00
scudo_tsd_exclusive.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
scudo_tsd_exclusive.inc [NFC][scudo] Clang format a file 2021-07-12 22:26:54 -07:00
scudo_tsd_shared.cpp sanitizer_common: Suppress another thread safety warning 2021-07-12 17:57:42 +02:00
scudo_tsd_shared.inc sanitizer_common: Fix the build for platforms that use shared TSDs 2021-07-12 17:49:48 +02:00
scudo_utils.cpp scudo: fix __attribute__((format)) 2021-08-13 13:44:12 +02:00
scudo_utils.h scudo: fix __attribute__((format)) 2021-08-13 13:44:12 +02:00