summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-profdata
diff options
context:
space:
mode:
authorMircea Trofin <mtrofin@google.com>2018-03-26 22:41:06 +0000
committerMircea Trofin <mtrofin@google.com>2018-03-26 22:41:06 +0000
commit88911686c83a0235f2360cd58f2ee34727977576 (patch)
tree8549e00f1aa30a51736c6ab904d71bf85f7a06c6 /llvm/test/tools/llvm-profdata
parent9345d982d0e785d8238d00a486bbfb8499c4d471 (diff)
downloadbcm5719-llvm-88911686c83a0235f2360cd58f2ee34727977576.tar.gz
bcm5719-llvm-88911686c83a0235f2360cd58f2ee34727977576.zip
[lit] Generalized /dev/null support on Windows.
Generalized /dev/null remapping on Windows, and added test. Reviewers: rnk Reviewed By: rnk Subscribers: amccarth, zturner, delcypher, llvm-commits Differential Revision: https://reviews.llvm.org/D44771 llvm-svn: 328589
Diffstat (limited to 'llvm/test/tools/llvm-profdata')
-rw-r--r--llvm/test/tools/llvm-profdata/invalid-profdata.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-profdata/invalid-profdata.test b/llvm/test/tools/llvm-profdata/invalid-profdata.test
index 4d6936f8a32..b6391b03464 100644
--- a/llvm/test/tools/llvm-profdata/invalid-profdata.test
+++ b/llvm/test/tools/llvm-profdata/invalid-profdata.test
@@ -20,7 +20,7 @@ RUN: echo "f2:0" >> %t.input
RUN: echo "1" >> %t.input
RUN: echo ":10" >> %t.input
-RUN: not llvm-profdata merge %t.input -text -o /dev/null 2>&1 | FileCheck %s --check-prefix=BROKEN
+RUN: not llvm-profdata merge %t.input -text -output=/dev/null 2>&1 | FileCheck %s --check-prefix=BROKEN
BROKEN: Malformed instrumentation profile data
RUN: echo ":ir" > %t.input
OpenPOWER on IntegriCloud