Displaying 1 result from an estimated 1 matches for "llvmstub".
Did you mean:
llvmstuff
2004 Dec 21
1
[LLVMdev] Cygwin port
...the results of building the latest llvm from CVS under
cygwin:
lib\Debugger\SourceFile.cpp
needs #include <assert.h> when building with gcc 3.3.3
tools\gccld\gccld.cpp line 128
tools\llvm-ld\llvm-ld line 318
need sys::CopyFile(sys::Path(OutputFilename),
sys::Path(llvmstub));
Now, when linking gccld, the linker complains about an undefined
reference to llvm::sys::CopyFile(). That's where I got stuck:
lib\System\Path.cpp includes platform\Path.cpp
platform should be cygwin
Cygwin\Path.cpp includes Unix\Path.cpp which defines this
function
Oleg.