I am just getting started with LLVM and am having some build issues.
I am running Snow Leopard and like to use XCode as my IDE. I know
that I need to compile with llvm-config to get all of the proper build
settings. My question is how do I incorporate llvm-config into my
XCode project settings? I would prefer to not have to use the command
line to build.
I am just getting started with LLVM and am having some build issues.
I am running Snow Leopard and like to use XCode as my IDE. I know
that I need to compile with llvm-config to get all of the proper build
settings. My question is how do I incorporate llvm-config into my
XCode project settings? I would prefer to not have to use the command
line to build.
If you don't specify -G Xcode it will default to a make style project.
Ray
PS: BTW, I guess it is technically written Xcode, not XCode. The command might be case sensitive.
PPS: Someone should add the -G Xcode (and possibly other example targets to) example to the CMake.html doc.
Ah, ic. My apologies. I followed the first step of the getting started guide, “Read the documentation.” But then I forgot to follow the second step, “Read the documentation.”