From: Kamil Rytarowski Date: Thu, 22 Feb 2018 07:00:29 +0000 (+0000) Subject: Revert part of D43378 in this file X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5ea650927120c94568c37cedc52fe264cabd495;p=clang Revert part of D43378 in this file It causes failure on clang-x86_64-debian-fast. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@325749 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/XRay/xray-instrument-os.c b/test/Driver/XRay/xray-instrument-os.c index 9de4ec7bf1..86b109b6db 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 -// REQUIRES: linux +// XFAIL: -linux- // REQUIRES-ANY: amd64, x86_64, x86_64h, arm, aarch64, arm64 typedef int a;