Skip to content

Commit

Permalink
[Docs] Add a note clarifying how to get good test performances.
Browse files Browse the repository at this point in the history
Differential Revision:  https://reviews.llvm.org/D56337

llvm-svn: 351885
  • Loading branch information
dcci committed Jan 22, 2019
1 parent 736cfa9 commit 078fb93
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions llvm/docs/TestingGuide.rst
Expand Up @@ -107,6 +107,13 @@ To run all of the LLVM regression tests use the check-llvm target:
% make check-llvm
In order to get reasonable testing performance, build LLVM and subprojects
in release mode, i.e.

.. code-block:: bash
% cmake -DCMAKE_BUILD_TYPE="Release"
If you have `Clang <http://clang.llvm.org/>`_ checked out and built, you
can run the LLVM and Clang tests simultaneously using:

Expand Down

0 comments on commit 078fb93

Please sign in to comment.