summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Parker <gparker@apple.com>2017-01-24 08:57:17 +0000
committerGreg Parker <gparker@apple.com>2017-01-24 08:57:17 +0000
commit77de38ed2e9688f347af1da864539c94e8ff6940 (patch)
treeaca13c9d4ae7183d88dfdb551994f1d6b6192db7
parent03e58ee734678021c863d6f05a4ed5c2fb047c4b (diff)
downloadbcm5719-llvm-77de38ed2e9688f347af1da864539c94e8ff6940.tar.gz
bcm5719-llvm-77de38ed2e9688f347af1da864539c94e8ff6940.zip
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
-rw-r--r--clang/test/Driver/XRay/xray-instrument-os.c2
1 files changed, 1 insertions, 1 deletions
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;
OpenPOWER on IntegriCloud