Home | History | Annotate | Download | only in docs

Lines Matching full:configure

64 #. Configure and build LLVM and Clang:
69 * ``../llvm/configure [options]``
84 The ``--enabled-optimized`` configure option is used to specify a Release
181 #. To use LLVM modules on Win32-based system, you may configure LLVM
184 configure.
243 #. If you want to make changes to the configure scripts, you will need GNU
521 the LLVM configure script as well as automatically updated when you run ``svn
547 in your clone. To configure ``git pull`` to pass ``--rebase`` by default on the
702 be configured via the ``configure`` script. This script sets variables in the
707 The following environment variables are used by the ``configure`` script to
708 configure the build system:
713 | CC | Tells ``configure`` which C compiler to use. By default, |
714 | | ``configure`` will check ``PATH`` for ``clang`` and GCC C |
716 | | ``configure``\'s default behavior. |
718 | CXX | Tells ``configure`` which C++ compiler to use. By |
719 | | default, ``configure`` will check ``PATH`` for |
721 | | this variable to override ``configure``'s default |
772 To configure LLVM, follow these steps:
780 #. Run the ``configure`` script located in the LLVM source tree:
784 % SRC_ROOT/configure --prefix=/install/path [other options]
798 ``--disable-optimized`` option must be passed to ``configure``.
803 ``configure`` or by specifying ``ENABLE_OPTIMIZED=1`` on the ``gmake`` command
844 by ``configure``. It attempts to return the source tree to the original state
850 under ``$PREFIX``, specified with ``./configure --prefix=[dir]``, which
863 It is also possible to override default values from ``configure`` by declaring
928 where they are built (a Canadian Cross build). To configure a cross-compile,
929 supply the configure script with ``--build`` and ``--host`` options that are
951 * Run the ``configure`` script found in the LLVM source directory:
955 % SRC_ROOT/configure
1049 This directory contains header files configured by the ``configure`` script.
1052 the ``configure`` script generates.