forked from OSchip/llvm-project
[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:
parent
52b26713be
commit
9d61e14771
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue