[PATCH] D26024: [Xray] Don't generate output for xray tests
Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 27 01:58:54 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL285276: [Xray] Don't generate output for xray tests (authored by d0k).
Changed prior to commit:
https://reviews.llvm.org/D26024?vs=75991&id=75994#toc
Repository:
rL LLVM
https://reviews.llvm.org/D26024
Files:
cfe/trunk/test/Driver/XRay/xray-instrument-cpu.c
cfe/trunk/test/Driver/XRay/xray-instrument-os.c
Index: cfe/trunk/test/Driver/XRay/xray-instrument-os.c
===================================================================
--- cfe/trunk/test/Driver/XRay/xray-instrument-os.c
+++ cfe/trunk/test/Driver/XRay/xray-instrument-os.c
@@ -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;
Index: cfe/trunk/test/Driver/XRay/xray-instrument-cpu.c
===================================================================
--- cfe/trunk/test/Driver/XRay/xray-instrument-cpu.c
+++ cfe/trunk/test/Driver/XRay/xray-instrument-cpu.c
@@ -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;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26024.75994.patch
Type: text/x-patch
Size: 862 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161027/9e432e18/attachment.bin>
More information about the cfe-commits
mailing list