diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-06-29 13:39:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-29 13:39:38 -0700 |
commit | 691834d2265ef8e8a14f40785e8601ed789a9110 (patch) | |
tree | 349d536ef1fd968b993b6b14d363855c1c748b96 | |
parent | 3106b30bb36939db5c3d3d88545a40cfb5fcd06c (diff) | |
parent | f13cd7e559c543ab08348b45bcf951f18679dfbd (diff) |
Auto merge of #780 - rillian:llvm4, r=emilio
Drop llvm@3.9 versioning for homebrew.
Homebrew now defaults to llvm 4.0.x so there's no need to specify a specific version to get compatibility, unless we specifically want people using 3.9.
-rw-r--r-- | book/src/requirements.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/requirements.md b/book/src/requirements.md index 82da9991..14dc1922 100644 --- a/book/src/requirements.md +++ b/book/src/requirements.md @@ -28,7 +28,7 @@ Download and install the official pre-built binary from If you use Homebrew: ```bash -$ brew install llvm@3.9 +$ brew install llvm ``` If you use MacPorts: |