mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Fix VC++ compilation error
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19082 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0a834720db
commit
37ee220462
@ -34,7 +34,7 @@ sys::Path FindExecutable(const std::string &ExeName,
|
|||||||
/// RunProgramWithTimeout - This function provides an alternate interface to the
|
/// RunProgramWithTimeout - This function provides an alternate interface to the
|
||||||
/// sys::Program::ExecuteAndWait interface.
|
/// sys::Program::ExecuteAndWait interface.
|
||||||
/// @see sys:Program::ExecuteAndWait
|
/// @see sys:Program::ExecuteAndWait
|
||||||
inline int llvm::RunProgramWithTimeout(const sys::Path &ProgramPath,
|
inline int RunProgramWithTimeout(const sys::Path &ProgramPath,
|
||||||
const char **Args,
|
const char **Args,
|
||||||
const sys::Path &StdInFile,
|
const sys::Path &StdInFile,
|
||||||
const sys::Path &StdOutFile,
|
const sys::Path &StdOutFile,
|
||||||
|
Loading…
Reference in New Issue
Block a user