[cfe-dev] Developing and building using Xcode

Douglas Gregor dgregor at apple.com
Mon Oct 15 07:52:50 PDT 2012


On Oct 15, 2012, at 2:20 AM, Simon Harris <haruki_zaemon at mac.com> wrote:

> Is anyone building and developing clang using Xcode? Is that even possible/sensible?

I develop Clang using Xcode. You'll need to use CMake. The "Visual Studio" directions here

	http://clang.llvm.org/get_started.html

are fairly easy to adapt to get CMake to generate an Xcode project.

	- Doug




More information about the cfe-dev mailing list