Skip to content

Commit a53fff5

Browse files
soypatdeadprogram
authored andcommitted
apply @TuteStamm suggestions
1 parent edf86d6 commit a53fff5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/docs/guides/selfbuild/manual-llvm.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ export PATH="$PATH:/c/Program Files/CMake/bin"
4949
```
5050

5151
#### Building LLVM
52+
We build LLVM from inside the TinyGo repository we cloned in the [previous step](../). The following command when run inside the TinyGo repo will take care of first downloading the LLVM source code to later build it in the next step. It places the source code in `llvm-project/` and the build output in `llvm-build/`. It only needs to be done once until the next LLVM release (every half year).
5253

53-
The following command takes care of downloading and building LLVM. It places the source code in `llvm-project/` and the build output in `llvm-build/`. It only needs to be done once until the next LLVM release (every half year).
54+
Note that the build step may take some time- feel free to grab a drink meanwhile. Warnings emitted through the compilation in this part are normal as of LLVM 17.
5455

5556
```shell
5657
make llvm-source llvm-build

0 commit comments

Comments
 (0)