Skip to content

Commit da5c0c2

Browse files
sago35deadprogram
authored andcommitted
guides: add how to build llvm on windows
1 parent 0071ef2 commit da5c0c2

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
@@ -128,6 +128,12 @@ The following command takes care of downloading and building LLVM. It places the
128128
make llvm-source llvm-build
129129
```
130130

131+
When building on Windows, add CCACHE=OFF.
132+
133+
```shell
134+
make llvm-source llvm-build CCACHE=OFF
135+
```
136+
131137
#### Building TinyGo
132138

133139
Once this is finished, you can build TinyGo against this manually built LLVM:

0 commit comments

Comments
 (0)