Skip to content

Commit 525925b

Browse files
aykevldeadprogram
authored andcommitted
guildes/build: add make llvm-source step
This step wasn't included, which will lead to errors when TinyGo is built using `go install`.
1 parent 9643aeb commit 525925b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/docs/guides/build.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,12 @@ You have successfully built TinyGo from source. Congratulations!
172172

173173
We're not done yet. Some extra things need to be built before you can start using TinyGo.
174174

175+
If you haven't already, you need to download llvm-project (for the compiler-rt sources that are needed for most architectures):
176+
177+
```shell
178+
make llvm-source
179+
```
180+
175181
To be able to use TinyGo on a bare-metal target, you need to generate some files first:
176182

177183
```shell

0 commit comments

Comments
 (0)