Fix the Win32 build

llvm-svn: 19088
This commit is contained in:
Misha Brukman 2004-12-22 01:37:33 +00:00
parent 7831fed54e
commit 7163c79397

View File

@ -315,7 +315,7 @@ static void EmitShellScript(char **argv) {
std::cerr << "Could not find llvm-stub.exe executable!\n";
exit(1);
}
sys::CopyFile(sys::PatheOutputFilename), sys::Path(llvmstub));
sys::CopyFile(sys::Path(OutputFilename), sys::Path(llvmstub));
return;
#endif