Skip to content

Commit

Permalink
[compiler-rt][www] replace deprecated LLVM_CONFIG_PATH with LLVM_CMAK…
Browse files Browse the repository at this point in the history
…E_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 <[email protected]>
  • Loading branch information
c-rhodes and llvm-beanz authored Nov 9, 2023
1 parent ae74370 commit 0199d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-rt/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
<li>make</li>
</ul>

Expand Down

0 comments on commit 0199d51

Please sign in to comment.