We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e4d32 commit 8044a86Copy full SHA for 8044a86
compiler-rt/www/index.html
@@ -116,14 +116,13 @@ <h2>Get it and get involved!</h2>
116
cmake.
117
118
<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:
+ <a href="https://llvm.org/docs/CMake.html#quick-start">build LLVM</a>, and then run:
121
122
<ul>
123
<li>cd llvm-project</li>
124
<li>mkdir build-compiler-rt</li>
125
<li>cd build-compiler-rt</li>
126
- <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>
127
<li>make</li>
128
</ul>
129
0 commit comments