[compiler-rt] [compiler-rt][www] replace deprecated LLVM_CONFIG_PATH with LLVM_CMAKE_DIR (PR #71500)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 12 19:35:06 PDT 2024
================
@@ -123,7 +123,7 @@ <h2>Get it and get involved!</h2>
<li>cd llvm-project</li>
<li>mkdir build-compiler-rt</li>
<li>cd build-compiler-rt</li>
- <li>cmake ../compiler-rt -DLLVM_CONFIG_PATH=/path/to/llvm-config</li>
+ <li>cmake ../compiler-rt -DLLVM_CMAKE_DIR=/path/to/llvm-project/cmake/modules</li>
----------------
vitalybuka wrote:
It still mentions llvm-config on the line 120
and this instruction does not work for me.
https://github.com/llvm/llvm-project/pull/71500
More information about the llvm-commits
mailing list