summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorGreg Parker <gparker@apple.com>2017-01-24 08:47:25 +0000
committerGreg Parker <gparker@apple.com>2017-01-24 08:47:25 +0000
commit03e58ee734678021c863d6f05a4ed5c2fb047c4b (patch)
tree013fdd1db6f9d3a991ddf9e7ee80072d248f0446 /clang
parent2ab45201e767739ea07f257e05c4a0291297ce51 (diff)
downloadbcm5719-llvm-03e58ee734678021c863d6f05a4ed5c2fb047c4b.tar.gz
bcm5719-llvm-03e58ee734678021c863d6f05a4ed5c2fb047c4b.zip
[test] Replace `REQUIRES-ANY: a, b, c` with `REQUIRES: a || b || c`.
Requires the new `lit` boolean expressions in LLVM r292896. llvm-svn: 292897
Diffstat (limited to 'clang')
-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 86b109b6dbf..b3851d7413a 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-ANY: amd64, x86_64, x86_64h, arm, aarch64, arm64
+// REQUIRES: amd64 || x86_64 || x86_64h || arm || aarch64 || arm64
typedef int a;
OpenPOWER on IntegriCloud