Displaying 2 results from an estimated 2 matches for "tmp421".
Did you mean:
tmp21
2007 Aug 16
0
[LLVMdev] Strange error of llvm-ld
Holger,
I have just committed a patch to cause the linker to properly propagate
error messages from the LinkModules method up to higher levels of the
linker. With this change it should tell you with more detail what is
going on (why it couldn't link the file in). Please update, rebuild and
try again. If you think the error message is wrong after that, please
file a bug for this.
To get
2007 Aug 16
2
[LLVMdev] Strange error of llvm-ld
> I think I have experienced this when more than one module
> contains definitions for the same values. ie. it should only
> be a declaration in one of them.
Hmm, when I compile and link this with plain gcc, it everything
works.
Anyway, llvm-ld should probably not just say "Cannot link
file 'blah'", but why it cannot link it.
I compiled llvm in with --enable-debug.