Index: www/hacking.html =================================================================== --- www/hacking.html +++ www/hacking.html @@ -124,7 +124,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 @@ -191,8 +191,8 @@ to CMake explicitly.

The cmake build tool is set up to create Visual Studio project files - for running the tests, "clang-test" being the root. Therefore, to - run the test from Visual Studio, right-click the clang-test project + for running the tests, "check-clang" being the root. Therefore, to + run the test from Visual Studio, right-click the check-clang project and select "Build".