diff options
author | Greg Parker <gparker@apple.com> | 2017-01-24 08:57:17 +0000 |
---|---|---|
committer | Greg Parker <gparker@apple.com> | 2017-01-24 08:57:17 +0000 |
commit | 77de38ed2e9688f347af1da864539c94e8ff6940 (patch) | |
tree | aca13c9d4ae7183d88dfdb551994f1d6b6192db7 | |
parent | 03e58ee734678021c863d6f05a4ed5c2fb047c4b (diff) | |
download | bcm5719-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.c | 2 |
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; |