]> granicus.if.org Git - clang/commitdiff
Revert "[test] Replace `REQUIRES-ANY: a, b, c` with `REQUIRES: a || b || c`."
authorGreg Parker <gparker@apple.com>
Tue, 24 Jan 2017 08:57:17 +0000 (08:57 +0000)
committerGreg Parker <gparker@apple.com>
Tue, 24 Jan 2017 08:57:17 +0000 (08:57 +0000)
The underlying `lit` change needs to be better-coordinated with libc++.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@292898 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/XRay/xray-instrument-os.c

index b3851d7413aa92412da9c5f6f98dab85ef4d155b..86b109b6dbfe7e5b6e340469a5d92c96197a139c 100644 (file)
@@ -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;