Displaying 1 result from an estimated 1 matches for "e1822dfe".
Did you mean:
a1822df1
2006 Mar 05
1
[LLVMdev] Possible solution to a llvm-ld bug
Hello,
As previously mentioned I had a linking problem using llvm-ld
(http://lists.cs.uiuc.edu/pipermail/llvmdev/2006-February/005246.html)
I was getting a error if I used -L switch when linking using the following command line:
llvm-ld -o t1.app t1.bc t1.a -L/opt/llvm-1.6/llvm-gcc/lib -lcrtend
I believe I've tracked down the problem; in the "main" of tools/llvm-ld.cpp
the