Index: docs/LibASTMatchersTutorial.rst =================================================================== --- docs/LibASTMatchersTutorial.rst +++ docs/LibASTMatchersTutorial.rst @@ -60,7 +60,7 @@ cmake -G Ninja ../llvm -DLLVM_BUILD_TESTS=ON # Enable tests; default is off. ninja ninja check # Test LLVM only. - ninja clang-test # Test Clang only. + ninja check-clang # Test Clang only. ninja install And we're live. Index: www/hacking.html =================================================================== --- www/hacking.html +++ www/hacking.html @@ -122,7 +122,7 @@ about what is being run.

If you built LLVM and Clang using CMake, the test suite can be run - with make clang-test from the top-level LLVM directory.

+ with make check-clang from the top-level LLVM directory.

The tests primarily consist of a test runner script running the compiler under test on individual test files grouped in the directories under the