[LLVMdev] Link error building llc

Anton Korobeynikov anton at korobeynikov.info
Tue Apr 7 15:16:02 PDT 2009


Hello, Neale

> These entry points are in modules that have been compiled and placed into an
> archive. (e.g. llvm::createBURRListDAGScheduler is in ScheduleDAGRRList.cpp
> whose object is placed in ./Debug/lib/libLLVMSelectionDAG.a).
>
> I'm sure I've missed a configuration option or something trivial like that
> but my newbie brain can't determine what it is.
make VERBOSE=1 is your friend. Is the all necessary stuff linked in?

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the llvm-dev mailing list