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.
make llvm-source
1 parent 9643aeb commit 525925bCopy full SHA for 525925b
content/docs/guides/build.md
@@ -172,6 +172,12 @@ You have successfully built TinyGo from source. Congratulations!
172
173
We're not done yet. Some extra things need to be built before you can start using TinyGo.
174
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
181
To be able to use TinyGo on a bare-metal target, you need to generate some files first:
182
183
```shell
0 commit comments