Skip to content

Commit

Permalink
[compiler-rt][www] Update standalone build instruction (llvm#98707)
Browse files Browse the repository at this point in the history
Follow up to llvm#71500
  • Loading branch information
vitalybuka authored and sgundapa committed Jul 23, 2024
1 parent 64818ba commit 99167e3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions compiler-rt/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,13 @@ <h2>Get it and get involved!</h2>
cmake.

<p>To build it separately, first
<a href="https://llvm.org/docs/CMake.html#quick-start">build LLVM</a>
separately to get llvm-config binary, and then run:
<a href="https://llvm.org/docs/CMake.html#quick-start">build LLVM</a>, and then run:

<ul>
<li>cd llvm-project</li>
<li>mkdir build-compiler-rt</li>
<li>cd build-compiler-rt</li>
<li>cmake ../compiler-rt -DLLVM_CMAKE_DIR=/path/to/llvm-project/cmake/modules</li>
<li>cmake ../compiler-rt -DLLVM_CMAKE_DIR=/path/to/llvm-build-dir</li>
<li>make</li>
</ul>

Expand Down

0 comments on commit 99167e3

Please sign in to comment.