From 21569cddc1a9df3bf4a3c9e06977273f1eba3e63 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Thu, 28 Jan 2010 06:42:08 +0000 Subject: Add llvm::Program::ChangeStderrToBinary(). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94743 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/System/Unix/Program.inc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/System/Unix/Program.inc') diff --git a/lib/System/Unix/Program.inc b/lib/System/Unix/Program.inc index 43c3606d98..e8c2806247 100644 --- a/lib/System/Unix/Program.inc +++ b/lib/System/Unix/Program.inc @@ -323,4 +323,9 @@ bool Program::ChangeStdoutToBinary(){ return false; } +bool Program::ChangeStderrToBinary(){ + // Do nothing, as Unix doesn't differentiate between text and binary. + return false; +} + } -- cgit v1.2.3