[cfe-dev] Building clang in xcode.
Alexander Droste
alexander.ra.droste at googlemail.com
Sun Apr 5 07:04:32 PDT 2015
Do you have the clang folder placed in /llvm/tools ?
So there should be a path /llvm/tools/clang.
If you then invoke cmake to generate a xcode project
and build all targets within xcode it should build clang too.
What parts of llvm are build depends on which "subprojects" are
contained in your llvm tree. The folders have to be placed and named
correctly.
You can check them out with svn like presented here:
http://clang.llvm.org/get_started.html or download them from the release
page: http://llvm.org/releases/download.html
-Alex
On 05.04.15 00:58, vivek das wrote:
> How do i build clang in xcode? I opened llvm.xcodeproj and built it for ALL_BUILD target. It built everything except clang.
> I was planning to step through clang code using xcode.
>
>
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>
More information about the cfe-dev
mailing list