[all-commits] [llvm/llvm-project] 2ead4f: Test including rpc/xdr.h requires sunrpc
stbergmann via All-commits
all-commits at lists.llvm.org
Tue Jul 28 23:25:55 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2ead4fca79d087e2d658a3101e3946a54c1d4685
https://github.com/llvm/llvm-project/commit/2ead4fca79d087e2d658a3101e3946a54c1d4685
Author: Stephan Bergmann <sbergman at redhat.com>
Date: 2020-07-29 (Wed, 29 Jul 2020)
Changed paths:
M compiler-rt/test/sanitizer_common/TestCases/Linux/xdrrec.cpp
Log Message:
-----------
Test including rpc/xdr.h requires sunrpc
...which is set based on HAVE_RPC_XDR_H. At least Fedora 32 does not have a
/usr/include/rpc/xdr.h, so failed this test introduced with
<https://reviews.llvm.org/D83358> "[Sanitizers] Add interceptor for
xdrrec_create".
Differential Revision: https://reviews.llvm.org/D84740
More information about the All-commits
mailing list