[LLVMdev] crtend

Chris Lattner sabre at nondot.org
Fri Dec 1 15:53:41 PST 2006


On Fri, 1 Dec 2006, Ryan M. Lefever wrote:
> 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.
> Has the crtend library been moved?

-lcrtend isn't needed (and doesn't work) with llvmgcc4.

-Chris

-- 
http://nondot.org/sabre/
http://llvm.org/



More information about the llvm-dev mailing list