From acab453d6b1bacf57b673cea96f5bb7ba7a0b9e6 Mon Sep 17 00:00:00 2001 From: Davide Italiano Date: Sun, 3 Feb 2019 20:37:13 +0000 Subject: [PATCH] [docs] Recommend assertions when testing. Pointed out by Shoaib Meenai. llvm-svn: 353008 --- docs/TestingGuide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TestingGuide.rst b/docs/TestingGuide.rst index 9908d575903..949fecf4ccf 100644 --- a/docs/TestingGuide.rst +++ b/docs/TestingGuide.rst @@ -127,7 +127,7 @@ in release mode, i.e. .. code-block:: bash - % cmake -DCMAKE_BUILD_TYPE="Release" + % cmake -DCMAKE_BUILD_TYPE="Release" -DLLVM_ENABLE_ASSERTIONS=On If you have `Clang `_ checked out and built, you can run the LLVM and Clang tests simultaneously using: