[llvm-commits] CVS: llvm/tools/llvm-ld/llvm-ld.cpp
Misha Brukman
brukman at cs.uiuc.edu
Tue Dec 21 17:37:44 PST 2004
Changes in directory llvm/tools/llvm-ld:
llvm-ld.cpp updated: 1.17 -> 1.18
---
Log message:
Fix the Win32 build
---
Diffs of the changes: (+1 -1)
Index: llvm/tools/llvm-ld/llvm-ld.cpp
diff -u llvm/tools/llvm-ld/llvm-ld.cpp:1.17 llvm/tools/llvm-ld/llvm-ld.cpp:1.18
--- llvm/tools/llvm-ld/llvm-ld.cpp:1.17 Tue Dec 21 19:26:48 2004
+++ llvm/tools/llvm-ld/llvm-ld.cpp Tue Dec 21 19:37:33 2004
@@ -315,7 +315,7 @@
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
More information about the llvm-commits
mailing list