Fix the Win32 build

llvm-svn: 19088
This commit is contained in:
Misha Brukman 2004-12-22 01:37:33 +00:00
parent 5d2d5db1b0
commit 8295ac7098
1 changed files with 1 additions and 1 deletions

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