[LLVMdev] Adding register allocator to LLVM

Anton Vayvod avayvod at gmail.com
Sat Sep 2 07:30:52 PDT 2006


Hi all!

I didn't manage to link my regalloc to lli (I added USEDLIBS to its
makefile). Without it I can't run tests cause they need lli to be built. So
how can I link createMyRegisterAllocator function to lli?

Thanks.


On 8/22/06, Anton Vayvod <avayvod at gmail.com> wrote:
>
>  I managed to link my RegAlloc.a library to llc tool but can;t make the
> same with lli tool.
>
> Should I use USEDLIBS variable in lli makefile (like llc) or there is
> another way?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060902/8f01ff65/attachment.html>


More information about the llvm-dev mailing list