[LLVMdev] Index to libraries?

Hendrik Boom hendrik at topoi.pooq.com
Fri Jun 6 11:29:35 PDT 2008


On Fri, 06 Jun 2008 13:20:29 -0400, Gordon Henriksen wrote:

> Hi Hendrick,
> 
> All of the directories under llvm/lib correspond directly to the
> libraries that are built, so you should be able to just grep for the
> symbol definitions and add the corresponding library. Use llvm-config to
> discover transitive dependencies if possible.
> 

Thanks.  By following your instructions I managed to establish that my
problems lay elsewhere.  That, in turn, enabled me to fix them.

The hardest place in a program to find a bug is anywhere the bug isn't.


-- hendrik





More information about the llvm-dev mailing list