You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For **MacOS**, you can install LLVM through [Homebrew](https://formulae.brew.sh/formula/llvm). The Clang/LLVM version from Apple is not supported by TinyGo.
64
64
65
65
```shell
66
-
brew install llvm@14
66
+
brew install llvm@15
67
67
```
68
68
69
69
For **Fedora** users you configure the go-llvm module before installing the remaining dependencies
0 commit comments