[LLVMdev] Adding register allocator to LLVM

Chris Lattner sabre at nondot.org
Sat Sep 2 16:47:03 PDT 2006


On Sat, 2 Sep 2006, Anton Vayvod wrote:
> I'm sure I did. I did so from the first time and I also needed to add my
> library .a file to the USEDLIBS variable within llc makefile to build llc.
> I wonder how lli links with all the rest LLVM as it seems to include no lib
> within its makefile. May be I need to include/link my lib somewhere else?

Ah, that's probably it.  Try adding your lib to the JIT_LIBS variable in 
llvm/Makefile.rules.

-Chris

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



More information about the llvm-dev mailing list