1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00

docs: [CMake] Add Xcode to the list of project formats CMake can generate.

Suggested by Sean McBride, thanks!

llvm-svn: 168745
This commit is contained in:
NAKAMURA Takumi 2012-11-27 23:34:28 +00:00
parent 03c8ae6771
commit 175d9c6f07

View 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