diff options
author | Gabor Greif <ggreif@gmail.com> | 2019-12-22 09:36:53 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2019-12-22 09:46:27 +0100 |
commit | 1c302c6289a6eddc92b48815dd420bd58eb2f286 (patch) | |
tree | b2f4e71a1391f84d4a40977598ccbcb5ca0c818a /docs | |
parent | 78ce1b412e300f1fde0781d0b3cc912e4e56b543 (diff) | |
download | haskell-wip/xcode-dialog.tar.gz |
while at it rename XCode to the official Xcodewip/xcode-dialog
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/codegens.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/codegens.rst b/docs/users_guide/codegens.rst index c68eff25d4..514a830c57 100644 --- a/docs/users_guide/codegens.rst +++ b/docs/users_guide/codegens.rst @@ -58,7 +58,7 @@ To install LLVM and Clang: - *Linux*: Use your package management tool. - *Mac OS X*: Clang is included by default on recent OS X machines when - XCode is installed (from 10.6 and later). LLVM is not included. + Xcode is installed (from 10.6 and later). LLVM is not included. In order to use the LLVM based code generator, you should install the `Homebrew <http://mxcl.github.com/homebrew/>`__ package manager for OS X. Alternatively you can download binaries for LLVM and Clang from |