<blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px;"><span><div><div><div>I can fix iPhone Simulator issues I've got by myself, but this cross compilation is kind of hell with this beast.</div></div></div></span></blockquote><div>Hmm, I managed to build it in this way …</div><div><br></div><div>cmake -G Xcode ../llvm</div><div>xcodebuild -sdk iphoneos -arch armv7 -project LLVM.xcodeproj -target libclang_static</div><div><br></div><div>… but I swear it wasn't working for the whole day. Maybe my configure & make fixes something for xcodebuild. Will try again with clean checkout.</div>