mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
Add new function
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12601 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b234d460b2
commit
909f6cf350
@ -24,6 +24,10 @@ namespace llvm {
|
||||
///
|
||||
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
|
||||
|
@ -24,6 +24,10 @@ namespace llvm {
|
||||
///
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user