From 5e745103982cb8bc8332f254feea428272e7fc33 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 27 Nov 2012 23:34:28 +0000 Subject: [PATCH] docs: [CMake] Add Xcode to the list of project formats CMake can generate. Suggested by Sean McBride, thanks! llvm-svn: 168745 --- clang/www/get_started.html | 2 +- llvm/docs/GettingStarted.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/www/get_started.html b/clang/www/get_started.html index 86b5e17..8b558d1 100644 --- a/clang/www/get_started.html +++ b/clang/www/get_started.html @@ -85,7 +85,7 @@ follows:

  • Note: For subsequent Clang development, you can just do make at the clang directory level.
  • 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 + it is possible to generate project files for several IDEs: Xcode, Eclipse CDT4, CodeBlocks, Qt-Creator (use the CodeBlocks generator), KDevelop3.
  • diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst index f173135..8902684 100644 --- a/llvm/docs/GettingStarted.rst +++ b/llvm/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 -- 2.7.4