Home | History | Annotate | Download | only in docs

Lines Matching full:libraries

15 contains all of the tools, libraries, and header files needed to use LLVM.  It
73 where you want the LLVM tools and libraries to be installed (default
143 information and the fact that the libraries are statically linked into multiple
208 * **ranlib** --- symbol table builder for archive libraries
391 locations of your bitcode libraries. It is provided only as a convenience
409 Source release for the LLVM libraries and tools.
689 Enables debug symbols in the runtime libraries. The default is to strip debug
690 symbols from the runtime libraries.
747 configuration). The build system will compile the tools and libraries with
755 line. For these builds, the build system will compile the tools and libraries
757 libraries and executables it generates. Note that Release Builds are default
790 generated C/C++ files, libraries, and executables.
800 Installs LLVM header files, libraries, tools, and documentation in a hierarchy
807 install bitcode libraries into the GCC front end's bitcode library directory.
808 If you need to update your bitcode libraries, this is the target to use once
878 executables and libraries to be hosted on a platform different from the platform
921 Libraries
931 Libraries
941 Libraries
998 This directory contains generic support libraries that are provided with LLVM
1013 almost all code exists in libraries, making it very easy to share code among the
1067 This directory contains libraries for executing LLVM bitcode directly at
1085 This directory contains libraries which are compiled into LLVM bitcode and used
1086 when linking programs with the Clang front end. Most of these libraries are
1087 skeleton versions of real libraries; for example, libc is a stripped down
1116 The **tools** directory contains the executables built out of the libraries