Displaying 7 results from an estimated 7 matches for "undefinedreferenceto".
Did you mean:
undefinedreferences
2004 Dec 24
0
[LLVMdev]Undefinedreferenceto`llvm::sys::CopyFile(llvm::sys::Pathconst&, llvm::sys::P
...e don't have correct dependencies in place.
Merry Christmas
Henrik.
----Original Message Follows----
From: "Henrik Bach" <henrik_bach_llvm at hotmail.com>
Reply-To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu>
To: llvmdev at cs.uiuc.edu
Subject: Re: [LLVMdev]
Undefinedreferenceto`llvm::sys::CopyFile(llvm::sys::Path const&,
llvm::sys::P
Date: Fri, 24 Dec 2004 00:48:26 +0100
Hi Reid,
The error still exists. However, looking on the function in Win32/Path.cpp:
--------------
void
sys::CopyFile(const sys::Path &Dest, const sys::Path &Src) {
if (!::CopyFile(Src.c...
2004 Dec 24
2
[LLVMdev]Undefinedreferenceto`llvm::sys::CopyFile(llvm::sys::Path const&,llvm::sys::P
...try to remove the .o file and see what happens.
Merry Christmas
Henrik.
----Original Message Follows----
From: "Henrik Bach" <henrik_bach_llvm at hotmail.com>
Reply-To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu>
To: llvmdev at cs.uiuc.edu
Subject: Re: [LLVMdev]
Undefinedreferenceto`llvm::sys::CopyFile(llvm::sys::Path const&,
llvm::sys::P
Date: Fri, 24 Dec 2004 00:48:26 +0100
Hi Reid,
The error still exists. However, looking on the function in Win32/Path.cpp:
--------------
void
sys::CopyFile(const sys::Path &Dest, const sys::Path &Src) {
if (!::CopyFile(Src.c...
2004 Dec 24
0
[LLVMdev]Undefinedreferenceto`llvm::sys::CopyFile(llvm::sys::Pathconst&, llvm::sys::P
...t;Henrik.
>>
>>
>>----Original Message Follows----
>>From: "Henrik Bach" <henrik_bach_llvm at hotmail.com>
>>Reply-To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu>
>>To: llvmdev at cs.uiuc.edu
>>Subject: Re: [LLVMdev]
>>Undefinedreferenceto`llvm::sys::CopyFile(llvm::sys::Path const&,
>>llvm::sys::P
>>Date: Fri, 24 Dec 2004 00:48:26 +0100
>>
>>Hi Reid,
>>
>>The error still exists. However, looking on the function in Win32/Path.cpp:
>>--------------
>>void
>>sys::CopyFile(const...
2004 Dec 24
2
[LLVMdev]Undefinedreferenceto`llvm::sys::CopyFile(llvm::sys::Pathconst&, llvm::sys::P
...> Merry Christmas
> Henrik.
>
>
> ----Original Message Follows----
> From: "Henrik Bach" <henrik_bach_llvm at hotmail.com>
> Reply-To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu>
> To: llvmdev at cs.uiuc.edu
> Subject: Re: [LLVMdev]
> Undefinedreferenceto`llvm::sys::CopyFile(llvm::sys::Path const&,
> llvm::sys::P
> Date: Fri, 24 Dec 2004 00:48:26 +0100
>
> Hi Reid,
>
> The error still exists. However, looking on the function in Win32/Path.cpp:
> --------------
> void
> sys::CopyFile(const sys::Path &Dest, const...
2004 Dec 27
0
[LLVMdev]Undefinedreferenceto`llvm::sys::CopyFile(llvm::sys::Pathconst&, llvm::sys::P
Jeff/Chris,
So, I opted for the smallest "big bang" commit that made sense.
Hopefully this won't be too hard for Chris to review and yet it gets the
bulk of the lib/System changes over and done with. Although you'll see
a log of commit messages, it turned out that the bulk of the remaining
lib/System work was "remove this useless file". There are still some
small
2004 Dec 24
3
[LLVMdev]Undefinedreferenceto`llvm::sys::CopyFile(llvm::sys::Pathconst&, llvm::sys::P
I'll see what I can do. However, I have to balance your need for "big
bang" change with Chris' fervor for incremental changes. Making a huge
change makes his review task harder. There are only seven files to merge
so at most seven change sets. I'll probably get these done early next
week. Sorry for the hassle, but I want to get lib/System simple,
complete and working so I can
2004 Dec 23
3
[LLVMdev] Undefined referenceto`llvm::sys::CopyFile(llvm::sys::Path const&, llvm::sys::P
Hi Reid,
The error still exists. However, looking on the function in Win32/Path.cpp:
--------------
void
sys::CopyFile(const sys::Path &Dest, const sys::Path &Src) {
if (!::CopyFile(Src.c_str(), Dest.c_str(), false))
ThrowError("Can't copy '" + Src.toString() +
"' to '" + Dest.toString() + "'");
}
--------------
I