mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
[Docs] Add a note clarifying how to get good test performances.
Differential Revision: https://reviews.llvm.org/D56337 llvm-svn: 351885
This commit is contained in:
parent
a2d5a05467
commit
bc9dd9225e
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user