Skip to content

Commit 8044a86

Browse files
authored
[compiler-rt][www] Update standalone build instruction (#98707)
Follow up to #71500
1 parent b5e4d32 commit 8044a86

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

compiler-rt/www/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,13 @@ <h2>Get it and get involved!</h2>
116116
cmake.
117117

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

122121
<ul>
123122
<li>cd llvm-project</li>
124123
<li>mkdir build-compiler-rt</li>
125124
<li>cd build-compiler-rt</li>
126-
<li>cmake ../compiler-rt -DLLVM_CMAKE_DIR=/path/to/llvm-project/cmake/modules</li>
125+
<li>cmake ../compiler-rt -DLLVM_CMAKE_DIR=/path/to/llvm-build-dir</li>
127126
<li>make</li>
128127
</ul>
129128

0 commit comments

Comments
 (0)