[LLVMdev] Primer with LLVM

Reid Spencer reid at x10sys.com
Thu Dec 30 16:07:26 PST 2004


On Thu, 2004-12-30 at 11:14, Francisco Puentes wrote:
> I made a little aplication with use the functions llvm::LinkModules and
> llvm::LinkLibraries that, I suppouse, exist in libLLVMLinker.a archive, but
> gcc linker reports 'undefined' errors for this functions. I don't use the
> makefile system from LLVM because is so complex to incorporate in this point
> of my work that it isn't usefull at the moment. I use the libraries directly
> in my own Makefile. I tried to explicitly insert **all** LLVM libraries and
> it doesn't work :-(

Francisco,

I just added a section to the Using Libraries document that shows which
libraries depend on which other libraries. You might find this useful.
Please see:

http://llvm.cs.uiuc.edu/docs/UsingLibraries.html#dependencies

Reid
-------------- 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/20041230/6a75877b/attachment.sig>


More information about the llvm-dev mailing list