[all-commits] [llvm/llvm-project] e056fc: [sanitizer] Fix msan test build on FreeBSD after 7...
Dimitry Andric via All-commits
all-commits at lists.llvm.org
Thu Jan 28 14:54:36 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e056fc6cb676f72d5b7dfe7ca540b3275bd1a46f
https://github.com/llvm/llvm-project/commit/e056fc6cb676f72d5b7dfe7ca540b3275bd1a46f
Author: Dimitry Andric <dimitry at andric.com>
Date: 2021-01-28 (Thu, 28 Jan 2021)
Changed paths:
M compiler-rt/lib/msan/tests/msan_test.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h
Log Message:
-----------
[sanitizer] Fix msan test build on FreeBSD after 7afdc89c2054
This commit accidentally enabled fgetgrent_r() in the msan tests under
FreeBSD, but this function is not supported. Also remove FreeBSD from
the SANITIZER_INTERCEPT_FGETGRENT_R macro.
More information about the All-commits
mailing list