diff --git a/compiler-rt/www/index.html b/compiler-rt/www/index.html index eaeb490c550c..ddad80c7ebff 100644 --- a/compiler-rt/www/index.html +++ b/compiler-rt/www/index.html @@ -123,7 +123,7 @@
  • cd llvm-project
  • mkdir build-compiler-rt
  • cd build-compiler-rt
  • -
  • cmake ../compiler-rt -DLLVM_CONFIG_PATH=/path/to/llvm-config
  • +
  • cmake ../compiler-rt -DLLVM_CMAKE_DIR=/path/to/llvm-project/cmake/modules
  • make