From 2b34947b60069e51abfcada9c45a6d7b590f5a2b Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Wed, 19 Feb 2014 16:39:50 -0600 Subject: Clear up docs regarding LLVM backend (#8792) Signed-off-by: Austin Seipp --- docs/users_guide/codegens.xml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'docs') diff --git a/docs/users_guide/codegens.xml b/docs/users_guide/codegens.xml index f854e1137e..2eb9408c6c 100644 --- a/docs/users_guide/codegens.xml +++ b/docs/users_guide/codegens.xml @@ -41,22 +41,24 @@ optand llc tools. Secondly, if you are running Mac OS X with LLVM 3.0 or greater then you also need the Clang c - compiler compiler available on your PATH. Clang and LLVM are - both included with OS X by default from 10.6 onwards. + compiler compiler available on your PATH. To install LLVM and Clang: Linux: Use your package management tool. - Mac OS X: LLVM and Clang are included by - default from 10.6 and later. For - 10.5 you should install the - Homebrew package - manager for OS X. Alternatively you can download binaries for LLVM - and Clang from - here. + 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. In + order to use the LLVM based code generator, you should install + the Homebrew + package manager for OS X. Alternatively you can download + binaries for LLVM and Clang from here. + Windows: You should download binaries for LLVM and clang from here. -- cgit v1.2.1