summaryrefslogtreecommitdiff
path: root/docs/GettingStarted.rst
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-11-27 23:34:28 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-11-27 23:34:28 +0000
commit51434aa375f10319db7f2190ad189073e17e3efb (patch)
tree72e64e0775be6a4a3be8d8c3473a000ca881b715 /docs/GettingStarted.rst
parent8213068f3401848d86027e61f74f41c54c4805c5 (diff)
downloadllvm-51434aa375f10319db7f2190ad189073e17e3efb.tar.gz
llvm-51434aa375f10319db7f2190ad189073e17e3efb.tar.bz2
llvm-51434aa375f10319db7f2190ad189073e17e3efb.tar.xz
docs: [CMake] Add Xcode to the list of project formats CMake can generate.
Suggested by Sean McBride, thanks! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168745 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.rst')
-rw-r--r--docs/GettingStarted.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst
index f17313506c..8902684c98 100644
--- a/docs/GettingStarted.rst
+++ b/docs/GettingStarted.rst
@@ -94,7 +94,7 @@ Here's the short story for getting up and running quickly with LLVM:
running ``svn update``.
* It is also possible to use CMake instead of the makefiles. With CMake it is
- also possible to generate project files for several IDEs: Eclipse CDT4,
+ possible to generate project files for several IDEs: Xcode, Eclipse CDT4,
CodeBlocks, Qt-Creator (use the CodeBlocks generator), KDevelop3.
* If you get an "internal compiler error (ICE)" or test failures, see