[Xray] Don't generate output for xray tests

Patch by Sam McCall!

Differential Revision: http://reviews.llvm.org/D26024

llvm-svn: 285276
This commit is contained in:
Benjamin Kramer 2016-10-27 08:49:18 +00:00
parent 52b26713be
commit 9d61e14771
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// RUN: not %clang -v -fxray-instrument -c %s
// RUN: not %clang -o /dev/null -v -fxray-instrument -c %s
// XFAIL: amd64-, x86_64-, x86_64h-, arm
// REQUIRES: linux
typedef int a;

View File

@ -1,4 +1,4 @@
// RUN: not %clang -v -fxray-instrument -c %s
// RUN: not %clang -o /dev/null -v -fxray-instrument -c %s
// XFAIL: -linux-
// REQUIRES-ANY: amd64, x86_64, x86_64h, arm
typedef int a;