aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2004-12-21 15:40:41 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2004-12-21 15:40:41 +0000
commit37ee22046227a4f11fa324b1ceccd3e89e7c185b (patch)
treeaccdbbf33bfc580294ea39e06742a2c0619f430e
parent0a834720db07360e9dbf5624e0e3594910430391 (diff)
Fix VC++ compilation error
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19082 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Support/SystemUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/SystemUtils.h b/include/llvm/Support/SystemUtils.h
index bf21f19611..decc3c4a3d 100644
--- a/include/llvm/Support/SystemUtils.h
+++ b/include/llvm/Support/SystemUtils.h
@@ -34,7 +34,7 @@ sys::Path FindExecutable(const std::string &ExeName,
/// RunProgramWithTimeout - This function provides an alternate interface to the
/// sys::Program::ExecuteAndWait interface.
/// @see sys:Program::ExecuteAndWait
-inline int llvm::RunProgramWithTimeout(const sys::Path &ProgramPath,
+inline int RunProgramWithTimeout(const sys::Path &ProgramPath,
const char **Args,
const sys::Path &StdInFile,
const sys::Path &StdOutFile,