Lines Matching +full:release +full:- +full:doxygen
38 --------
42 Release mode and much more in Debug mode. SSD drive and >16GB RAM are
47 --------
63 You will need `Git for Windows <https://git-scm.com/>`_ with bash tools, too.
77 4. Download and install the latest `Python 3 release <http://www.python.org/>`_.
91 .. code-block:: bat
102 .. code-block:: bat
112 .. code-block:: bat
115 git clone https://github.com/llvm/llvm-project.git llvm
118 from the `releases page <https://github.com/llvm/llvm-project/releases>`_.
120 Windows Explorer built-in zip support or any other unzip tool.
124 .. code-block:: bat
126 … cmake -S llvm\llvm -B build -DLLVM_ENABLE_PROJECTS=clang -DLLVM_TARGETS_TO_BUILD=X86 -Thost=x64
153 32-bit toolset. If you are developing on a 64-bit version of Windows and
154 want to use the 64-bit toolset, pass the ``-Thost=x64`` flag when
160 file, just double-click on that to open Visual Studio. The default Visual
162 of debug information on disk. For now, we recommend selecting **Release**
164 **RelWithDebInfo** which is also several time larger than Release.
165 Another technique is to build all of LLVM in Release mode and change
171 You can run LLVM tests by merely building the project "check-all". The test
185 ========== Build: 114 succeeded, 0 failed, 321 up-to-date, 0 skipped ==========``
194 .. code-block:: bat
196 choco install -y git cmake python3
200 `Dockerfile <https://github.com/llvm/llvm-zorg/blob/main/buildbot/google/docker/windows-base-vscode…
211 ------------------------------
215 .. code-block:: bat
217 c:\llvm> python ..\build\Release\bin\llvm-lit.py llvm\test
226 .. code-block:: bat
228 c:\llvm> python ..\build\Release\bin\llvm-lit.py llvm\test\Transforms\Util
231 ---------------------
253 * `LLVM doxygen tree <https://llvm.org/doxygen/>`_