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.
1 parent 9a543ed commit 297f563Copy full SHA for 297f563
src/contribution-guide/how-to-build-toolchain.md
@@ -20,6 +20,8 @@ $ ./tools/git-swift-workspace --scheme main
20
1. [Please follow the upstream instruction](https://github.com/apple/swift/blob/main/docs/HowToGuides/GettingStarted.md#installing-dependencies)
21
2. (If you want to run test suite) Install [`Wasmtime`](https://wasmtime.dev/)
22
23
+If you are using macOS, please ensure that you don't have `llvm` package installed via Homebrew.
24
+
25
## 3. Build the toolchain
26
27
`./tools/build/build-toolchain.sh`
0 commit comments