Lines Matching refs:libraries
12 projects that use LLVM header files, libraries, and tools. In order to use
59 Libraries can be object files, archives, or dynamic libraries. The **lib**
60 directory is just a convenient place for libraries as it places them all in
108 The LLVM build system provides a convenient way to build libraries and
173 This variable holds a space separated list of libraries that should be
174 linked into the program. These libraries must be libraries that come from
175 your **lib** directory. The libraries must be specified without their
179 Note that this works only for statically linked libraries.
183 This variable holds a space separated list of libraries that should be
184 linked into the program. These libraries must be LLVM libraries. The
185 libraries must be specified without their ``lib`` prefix. For example, to
187 ``LLVMLIBS`` to this minimal set of libraries ``LLVMSupport.a LLVMCore.a
191 Note that this works only for statically linked libraries. LLVM is split
192 into a large number of static libraries, and the list of libraries you
194 libraries use: ``llvm-config --libs all``. Using ``LINK_COMPONENTS`` as
201 the program. For example, to link with all LLVM libraries use
206 To link dynamic libraries, add ``-l<library base name>`` to the ``LIBS``
208 libraries as it does for static libraries.
236 The final location of built libraries and executables will depend upon whether
241 All libraries (static and dynamic) will be stored in