Lines Matching full:libraries
140 Libraries
148 libraries are the default. For example:
158 the libraries produced will be the same, they are just constructed differently.
184 a loadable module named ``MyMod`` that uses the LLVM libraries ``LLVMSupport.a``
209 and the names of the libraries you wish to link with the tool. For example:
218 libraries: ``mylib``, ``LLVMSupport.a`` and ``LLVMSystem.a``.
220 Note that two different variables are used to indicate which libraries are
222 projects. ``LLVMLIBS`` refers to the LLVM libraries found in the LLVM object
223 directory. ``USEDLIBS`` refers to the libraries built by your project. In the
253 Of course, any additional libraries may be listed as other components. To get a
298 generate libraries. But, in a ``tools`` directory, it will link libraries and
373 This target finalizes shared objects and executables and copies all libraries,
472 optimized objects, libraries and executables. This alters the flags
487 If set to 1, causes the build to generate optimized objects, libraries and
494 objects, libraries and executables. This alters the flags specified to the
534 Specify the name of the library to be built. (Required For Libraries)
539 tool. Unlike ``USEDLIBS`` and ``LLVMLIBS``, not all libraries need to be
541 and add any libraries that are needed. The ``USEDLIBS`` variable can still
543 project-specific libraries can be linked with the LLVM libraries specified
549 By default, shared library linking will ignore any libraries specified with
552 into. However, sometimes it is useful to link certain libraries into your
558 Specifies the set of libraries from the LLVM ``$(ObjDir)`` that will be
571 for directories that build libraries or tools that are only used as part of
586 addition to any other kinds of libraries. Note that this option will cause
625 Specifies the list of project libraries that will be linked into the tool or
701 The list of libraries that should be linked with each tool.
749 Provides the filename extension to use for shared libraries.
776 The directory into which bitcode libraries will ultimately be installed.
800 The directory into which native libraries will ultimately be installed.
805 The configuration specific directory into which libraries are placed before