forked from OSchip/llvm-project
parent
5d2d5db1b0
commit
8295ac7098
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue