[llvm-commits] CVS: llvm/include/Support/SystemUtils.h
Chris Lattner
lattner at cs.uiuc.edu
Thu Apr 1 23:05:21 PST 2004
Changes in directory llvm/include/Support:
SystemUtils.h updated: 1.9 -> 1.10
---
Log message:
Add new function
---
Diffs of the changes: (+4 -0)
Index: llvm/include/Support/SystemUtils.h
diff -u llvm/include/Support/SystemUtils.h:1.9 llvm/include/Support/SystemUtils.h:1.10
--- llvm/include/Support/SystemUtils.h:1.9 Tue Nov 11 16:41:29 2003
+++ llvm/include/Support/SystemUtils.h Thu Apr 1 23:04:12 2004
@@ -24,6 +24,10 @@
///
bool isExecutableFile(const std::string &ExeFileName);
+/// isStandardOutAConsole - Return true if we can tell that the standard output
+/// stream goes to a terminal window or console.
+bool isStandardOutAConsole();
+
/// FindExecutable - Find a named executable, giving the argv[0] of program
/// being executed. This allows us to find another LLVM tool if it is built into
/// the same directory, but that directory is neither the current directory, nor
More information about the llvm-commits
mailing list