From 93bab8bda167cd28c0b356001a043927ff9f9a50 Mon Sep 17 00:00:00 2001 From: Greg Parker Date: Tue, 24 Jan 2017 08:47:25 +0000 Subject: [PATCH] [test] Replace `REQUIRES-ANY: a, b, c` with `REQUIRES: a || b || c`. Requires the new `lit` boolean expressions in LLVM r292896. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@292897 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Driver/XRay/xray-instrument-os.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Driver/XRay/xray-instrument-os.c b/test/Driver/XRay/xray-instrument-os.c index 86b109b6db..b3851d7413 100644 --- a/test/Driver/XRay/xray-instrument-os.c +++ b/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; -- 2.40.0