]> granicus.if.org Git - clang/commitdiff
[Xray] Don't generate output for xray tests
authorBenjamin Kramer <benny.kra@googlemail.com>
Thu, 27 Oct 2016 08:49:18 +0000 (08:49 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Thu, 27 Oct 2016 08:49:18 +0000 (08:49 +0000)
Patch by Sam McCall!

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@285276 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/XRay/xray-instrument-cpu.c
test/Driver/XRay/xray-instrument-os.c

index 377459aab94622c50816cd463f5ccfe02eb6eb39..a686377d287c71eb88221ce76e532b0bc5adf889 100644 (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;
index 0802d28d30041e2218c9957363b21ac496bf5d69..3b9920309041b220f26b990b018e2592e320b3c6 100644 (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;