From bf427630a0388b727805baee5c3daec11604794f Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 22 Dec 2004 01:26:48 +0000 Subject: [PATCH] Make parameters to CopyFile use explicit instantiation of sys::Path. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19086 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-ld/llvm-ld.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/llvm-ld/llvm-ld.cpp b/tools/llvm-ld/llvm-ld.cpp index c85a6be0498..bc088c27c84 100644 --- a/tools/llvm-ld/llvm-ld.cpp +++ b/tools/llvm-ld/llvm-ld.cpp @@ -315,7 +315,7 @@ static void EmitShellScript(char **argv) { 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 -- 2.34.1