[llvm-commits] [llvm] r168745 - /llvm/trunk/docs/GettingStarted.rst
NAKAMURA Takumi
geek4civic at gmail.com
Tue Nov 27 15:34:29 PST 2012
Author: chapuni
Date: Tue Nov 27 17:34:28 2012
New Revision: 168745
URL: http://llvm.org/viewvc/llvm-project?rev=168745&view=rev
Log:
docs: [CMake] Add Xcode to the list of project formats CMake can generate.
Suggested by Sean McBride, thanks!
Modified:
llvm/trunk/docs/GettingStarted.rst
Modified: llvm/trunk/docs/GettingStarted.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.rst?rev=168745&r1=168744&r2=168745&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.rst (original)
+++ llvm/trunk/docs/GettingStarted.rst Tue Nov 27 17:34:28 2012
@@ -94,7 +94,7 @@
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
More information about the llvm-commits
mailing list