[llvm-commits] CVS: llvm/tools/llvm-ld/llvm-ld.cpp

Reid Spencer reid at x10sys.com
Tue Dec 21 17:26:59 PST 2004



Changes in directory llvm/tools/llvm-ld:

llvm-ld.cpp updated: 1.16 -> 1.17
---
Log message:

Make parameters to CopyFile use explicit instantiation of sys::Path.


---
Diffs of the changes:  (+1 -1)

Index: llvm/tools/llvm-ld/llvm-ld.cpp
diff -u llvm/tools/llvm-ld/llvm-ld.cpp:1.16 llvm/tools/llvm-ld/llvm-ld.cpp:1.17
--- llvm/tools/llvm-ld/llvm-ld.cpp:1.16	Sun Dec 19 12:00:56 2004
+++ llvm/tools/llvm-ld/llvm-ld.cpp	Tue Dec 21 19:26:48 2004
@@ -315,7 +315,7 @@
     std::cerr << "Could not find llvm-stub.exe executable!\n";
     exit(1);
   }
-  sys::CopyFile(OutputFilename, llvmstub);
+  sys::CopyFile(sys::PatheOutputFilename), sys::Path(llvmstub));
   return;
 #endif
 






More information about the llvm-commits mailing list