From 966642d5bb45363030940b5dbb8083537648ae26 Mon Sep 17 00:00:00 2001 From: Kamil Rytarowski Date: Thu, 22 Feb 2018 07:00:29 +0000 Subject: [PATCH] Revert part of D43378 in this file It causes failure on clang-x86_64-debian-fast. llvm-svn: 325749 --- clang/test/Driver/XRay/xray-instrument-os.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/Driver/XRay/xray-instrument-os.c b/clang/test/Driver/XRay/xray-instrument-os.c index 9de4ec7bf183..86b109b6dbfe 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 -// REQUIRES: linux +// XFAIL: -linux- // REQUIRES-ANY: amd64, x86_64, x86_64h, arm, aarch64, arm64 typedef int a; -- 2.34.1