[PATCH] D84740: [Sanitizers] Test including rpc/xdr.h requires sunrpc
Stephan Bergmann via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 28 23:25:43 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG2ead4fca79d0: Test including rpc/xdr.h requires sunrpc (authored by sberg).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84740/new/
https://reviews.llvm.org/D84740
Files:
compiler-rt/test/sanitizer_common/TestCases/Linux/xdrrec.cpp
Index: compiler-rt/test/sanitizer_common/TestCases/Linux/xdrrec.cpp
===================================================================
--- compiler-rt/test/sanitizer_common/TestCases/Linux/xdrrec.cpp
+++ compiler-rt/test/sanitizer_common/TestCases/Linux/xdrrec.cpp
@@ -1,5 +1,5 @@
// RUN: %clangxx -O0 %s -o %t && %run %t | FileCheck %s
-// REQUIRES: !android
+// REQUIRES: sunrpc, !android
#include <cassert>
#include <rpc/xdr.h>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84740.281482.patch
Type: text/x-patch
Size: 437 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200729/0c0bca14/attachment.bin>
More information about the llvm-commits
mailing list