LLVM / Clang with XCode

Hi,

Is there some place I can get instructions to load, build and debug
LLVM and/or Clang using XCode on Mac OSX?

Sorry if this is an FAQ - my (possibly quick) search did not yield an answer.

Thanks,

Bharadwaj

You can generate an XCode project using CMake. See
http://www.llvm.org/docs/CMake.html .

-Eli

Thanks! That worked.

Bharadwaj