[compiler-rt][www] replace deprecated LLVM_CONFIG_PATH with LLVM_CMAKE_DIR (#71500)
This updates the standalone build docs for compiler-rt to replace deprecated LLVM_CONFIG_PATH with LLVM_CMAKE_DIR. A warning (added in D137024) is emitted for the current instructions. --------- Co-authored-by: Chris B <cbieneman@microsoft.com>
This commit is contained in:
parent
ae74370511
commit
0199d514ee
@ -123,7 +123,7 @@
|
||||
<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>
|
||||
<li>make</li>
|
||||
</ul>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user