llvm-project/compiler-rt/lib
Vedant Kumar 7014a10161 [profile] Skip mmap() if there are no counters
If there are no counters, an mmap() of the counters section would fail
due to the size argument being too small (EINVAL).

rdar://78175925

Differential Revision: https://reviews.llvm.org/D102735
2021-05-19 09:31:40 -07:00
..
asan [sanitizer] Simplify __sanitizer::BufferedStackTrace::UnwindImpl implementations 2021-05-13 21:26:31 -07:00
BlocksRuntime
builtins [compiler-rt] [builtins] Provide a SEH specific __gcc_personality_seh0 2021-05-18 23:52:33 +03:00
cfi
crt
dfsan
fuzzer
gwp_asan
hwasan [HWASan] Don't build alias mode on non-x86. 2021-05-17 10:32:16 -07:00
interception
lsan [sanitizer] Simplify __sanitizer::BufferedStackTrace::UnwindImpl implementations 2021-05-13 21:26:31 -07:00
memprof sanitizer_common: deduplicate CheckFailed 2021-05-12 08:50:53 +02:00
msan [gn build] Add build file for msan runtime 2021-05-17 06:58:10 -04:00
orc [ORC-RT] Add apply_tuple utility. 2021-05-18 08:44:15 -07:00
profile [profile] Skip mmap() if there are no counters 2021-05-19 09:31:40 -07:00
safestack
sanitizer_common tsan: mark sigwait as blocking 2021-05-19 13:03:20 +02:00
scudo scudo: Test realloc on increasing size buffers. 2021-05-18 14:59:30 -07:00
stats
tsan [sanitizer] Simplify __sanitizer::BufferedStackTrace::UnwindImpl implementations 2021-05-13 21:26:31 -07:00
ubsan [sanitizer] Simplify __sanitizer::BufferedStackTrace::UnwindImpl implementations 2021-05-13 21:26:31 -07:00
ubsan_minimal
xray
CMakeLists.txt