diff --git a/compiler-rt/www/index.html b/compiler-rt/www/index.html --- a/compiler-rt/www/index.html +++ b/compiler-rt/www/index.html @@ -129,7 +129,9 @@

Tests for sanitizer runtimes are ported to llvm-lit and are - run by make check-all command in LLVM/Clang/compiler-rt build tree.

+ run by make check-all command in LLVM/Clang/compiler-rt build tree. + Note that to run the check-all target, clang also need to enabled with + -DLLVM_ENABLE_PROJECTS option.

compiler-rt libraries are installed to the system with make install command in either LLVM/Clang/compiler-rt or standalone