Home | History | Annotate | Download | only in docs

Lines Matching full:libraries

31       <li><a href="#libraries">Libraries</a>
228 <h3><a name="libraries">Libraries</a></h3>
235 library (.a) built. Archive libraries are the default. For example:</p>
244 libraries produced will be the same, they are just constructed differently.
265 types of libraries by defining the <a href="#MODULE_NAME">MODULE_NAME</a>
292 build a loadable module named <tt>MyMod</tt> that uses the LLVM libraries
318 tool and the names of the libraries you wish to link with the tool. For
326 three libraries: <tt>mylib</tt>, <tt>LLVMSupport.a</tt> and
328 <p>Note that two different variables are use to indicate which libraries are
330 to support projects. <tt>LLVMLIBS</tt> refers to the LLVM libraries found in
331 the LLVM object directory. <tt>USEDLIBS</tt> refers to the libraries built by
360 <p>Of course, any additional libraries may be listed as other components. To
440 compile source files and generate libraries. But, in a <tt>tools</tt>
441 directory, it will link libraries and generate executables.</p>
528 libraries, headers, executables and documentation to the directory given
634 symbols even in optimized objects, libraries and executables. This
647 libraries and executables. This alters the flags specified to the compilers
652 profiled objects, libraries and executables. This alters the flags specified
685 Libraries)</dd>
689 tool. Unlike <tt>USEDLIBS</tt> and <tt>LLVMLIBS</tt>, not all libraries need
691 dependencies and add any libraries that are needed. The <tt>USEDLIBS</tt>
693 that additional project-specific libraries can be linked with the LLVM
694 libraries specified by <tt>LINK_COMPONENTS</tt></dd>
696 <dd>By default, shared library linking will ignore any libraries specified
700 to link certain libraries into your shared library and this option enables
703 <dd>Specifies the set of libraries from the LLVM $(ObjDir) that will be
719 This is handy for directories that build libraries or tools that are only
730 addition to any other kinds of libraries. Note that this option will cause
759 <dd>Specifies the list of project libraries that will be linked into the
821 <dd>The list of libraries that should be linked with each tool.</dd>
863 <dd>Provides the filename extension to use for shared libraries.</dd>
888 <dd>The directory into which bitcode libraries will ultimately be
909 <dd>The directory into which native libraries will ultimately be installed.
913 <dd>The configuration specific directory into which libraries are placed