From 77de38ed2e9688f347af1da864539c94e8ff6940 Mon Sep 17 00:00:00 2001 From: Greg Parker Date: Tue, 24 Jan 2017 08:57:17 +0000 Subject: Revert "[test] Replace `REQUIRES-ANY: a, b, c` with `REQUIRES: a || b || c`." The underlying `lit` change needs to be better-coordinated with libc++. llvm-svn: 292898 --- clang/test/Driver/XRay/xray-instrument-os.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang') diff --git a/clang/test/Driver/XRay/xray-instrument-os.c b/clang/test/Driver/XRay/xray-instrument-os.c index b3851d7413a..86b109b6dbf 100644 --- a/clang/test/Driver/XRay/xray-instrument-os.c +++ b/clang/test/Driver/XRay/xray-instrument-os.c @@ -1,4 +1,4 @@ // RUN: not %clang -o /dev/null -v -fxray-instrument -c %s // XFAIL: -linux- -// REQUIRES: amd64 || x86_64 || x86_64h || arm || aarch64 || arm64 +// REQUIRES-ANY: amd64, x86_64, x86_64h, arm, aarch64, arm64 typedef int a; -- cgit v1.2.3