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
On Mon, Sep 5, 2011 at 6:16 PM, S. Bharadwaj Yadavalli <bharadwajy at gmail.com> wrote:> 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.You can generate an XCode project using CMake. See http://www.llvm.org/docs/CMake.html . -Eli
Thanks! That worked. Bharadwaj On Mon, Sep 5, 2011 at 9:23 PM, Eli Friedman <eli.friedman at gmail.com> wrote:> On Mon, Sep 5, 2011 at 6:16 PM, S. Bharadwaj Yadavalli > <bharadwajy at gmail.com> wrote: >> 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. > > You can generate an XCode project using CMake. See > http://www.llvm.org/docs/CMake.html . > > -Eli >