[sanitizer_common] Remove support for tirpc/rpc/xdr.h
authorMichal Gorny <mgorny@gentoo.org>
Thu, 10 Jan 2019 19:56:50 +0000 (19:56 +0000)
committerMichal Gorny <mgorny@gentoo.org>
Thu, 10 Jan 2019 19:56:50 +0000 (19:56 +0000)
commit5b2b63e5242d00b62ca11525efb70a3a0ce0de8f
treef89a5706a01fda1a9b41900f77b49da295555c4f
parent9cd9f41f0e443f56e60425b3fd35bf9357bc8462
[sanitizer_common] Remove support for tirpc/rpc/xdr.h

Remove the partial support for rpc/xdr.h from libtirpc.  Since it is
an entirely external library, we ought to build it sanitized separately
and not attempt to intercept like the libc implementation.  Besides,
the existing code for tirpc support was neither complete nor working.

Noted by @krytarowski.

Differential Revision: https://reviews.llvm.org/D47817

llvm-svn: 350881
compiler-rt/lib/sanitizer_common/CMakeLists.txt
compiler-rt/lib/sanitizer_common/sanitizer_platform.h
compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_freebsd.cc
compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cc