Differential Revision: https://reviews.llvm.org/D56337
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351885
91177308-0d34-0410-b5e6-
96231b3b80d8
% 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: