diff options
author | dim <dim@FreeBSD.org> | 2017-02-13 18:39:21 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2017-02-13 18:39:21 +0000 |
commit | 8658fa147e7b4fd8524c7845734d13280ed53505 (patch) | |
tree | 9fcfd080ade5ec5019d34db5ad2f761fc7fd5a7f /lib/libc/stdlib/ldiv.c | |
parent | 27ded97c65a4e0c3733e0be9e34e3df2fd10d43f (diff) | |
download | FreeBSD-src-8658fa147e7b4fd8524c7845734d13280ed53505.zip FreeBSD-src-8658fa147e7b4fd8524c7845734d13280ed53505.tar.gz |
MFC r313052:
Pull in r293536 from upstream compiler-rt trunk:
Recommit: Stop intercepting some malloc-related functions on FreeBSD
and macOS
Summary:
In https://bugs.freebsd.org/215125 I was notified that some configure
scripts attempt to test for the Linux-specific `mallinfo` and
`mallopt` functions by compiling and linking small programs which
references the functions, and observing whether that results in
errors.
FreeBSD and macOS do not have the `mallinfo` and `mallopt` functions,
so normally these tests would fail, but when sanitizers are enabled,
they incorrectly succeed, because the sanitizers define interceptors
for these functions. This also applies to some other malloc-related
functions, such as `memalign`, `pvalloc` and `cfree`.
Fix this by not intercepting `mallinfo`, `mallopt`, `memalign`,
`pvalloc` and `cfree` for FreeBSD and macOS, in all sanitizers.
Also delete the non-functional `cfree` wrapper for Windows, to fix the
test cases on that platform.
Reviewers: emaste, kcc, rnk
Subscribers: timurrrr, eugenis, hans, joerg, llvm-commits, kubamracek
Differential Revision: https://reviews.llvm.org/D27654
This prevents autoconf scripts from incorrectly detecting that functions
like mallinfo, mallopt, memalign, pvalloc and cfree are supported.
PR: 215125, 215455
Diffstat (limited to 'lib/libc/stdlib/ldiv.c')
0 files changed, 0 insertions, 0 deletions