[LLVMdev] crtend

Ryan M. Lefever lefever at crhc.uiuc.edu
Fri Dec 1 15:40:22 PST 2006


Before upgrading to the latest LLVM today, I used to run the following 
command:

llvm-gcc  -fno-inline -o __tmp.homer___ llvmtest/sliceme2.bc 
-L/home/testbed1/lefever/work/llvm/install/lib -lcrtend

However, it is given the following error.

/usr/bin/ld: cannot find -lcrtend
collect2: ld returned 1 exit status
make: *** [llvmtest/sliceme2.cbc] Error 1

Has the crtend library been moved?

Thanks,
Ryan



More information about the llvm-dev mailing list