Index: llvm/trunk/docs/TestingGuide.rst =================================================================== --- llvm/trunk/docs/TestingGuide.rst +++ llvm/trunk/docs/TestingGuide.rst @@ -107,6 +107,13 @@ % 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 `_ checked out and built, you can run the LLVM and Clang tests simultaneously using: