[LLVMdev]Linker error building (modified) lli
Reid Spencer
reid at x10sys.com
Thu Feb 24 17:02:58 PST 2005
I forgot that lli was "special". It uses the "JIT" keywoard which means
"figure out the right libraries to use for a JIT compiler and runtime".
So, just add this, to tools/lli/Makefile:
USEDLIBS := LLVMBCWriter
That worked for me.
Reid.
On Thu, 2005-02-24 at 16:58, Patrick Meredith wrote:
> Where do I add that line? Just putting it in the vanilla Makefile in
> tools/lli doesn't work.
>
> ----- Original Message -----
> From: "Reid Spencer" <reid at x10sys.com>
> To: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu>
> Sent: Thursday, February 24, 2005 6:50 PM
> Subject: Re: [LLVMdev]Linker error building (modified) lli
>
>
> > _______________________________________________
> > LLVM Developers mailing list
> > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> > http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev
> >
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050224/87abe8c1/attachment.sig>
More information about the llvm-dev
mailing list