Skip to content

Commit 58b8efc

Browse files
aykevldeadprogram
authored andcommitted
guides: LLVM 14 will soon be removed, so update the example to use LLVM 15
1 parent 95d1d90 commit 58b8efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/guides/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ If you are getting a build error like this, LLVM is not installed as expected:
9090
1 error generated.
9191
```
9292

93-
This can often be fixed by specifying the LLVM version as a build tag, for example `-tags=llvm14` if you have LLVM 14 instead of LLVM 16.
93+
This can often be fixed by specifying the LLVM version as a build tag, for example `-tags=llvm15` if you have LLVM 15 instead of LLVM 16.
9494

9595
Note that you should not use `make` when you want to build using a system-installed LLVM, just use the Go toolchain. `make` is used when you want to use a self-built LLVM, as in the next section.
9696

0 commit comments

Comments
 (0)