docs: [CMake] Add Xcode to the list of project formats CMake can generate.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 27 Nov 2012 23:34:28 +0000 (23:34 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 27 Nov 2012 23:34:28 +0000 (23:34 +0000)
Suggested by Sean McBride, thanks!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168745 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStarted.rst

index f17313506ca768efadef3075e515ea4e5e50a96b..8902684c9833426cfd095551ee1f6409d711b9f7 100644 (file)
@@ -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