[cfe-dev] static fat libclang library for iOS (device & simulator)

Robert Vojta robert at tapmates.com
Wed Jul 18 07:50:56 PDT 2012


> I can fix iPhone Simulator issues I've got by myself, but this cross compilation is kind of hell with this beast.
>  
>  

Hmm, I managed to build it in this way …

cmake -G Xcode ../llvm
xcodebuild -sdk iphoneos -arch armv7 -project LLVM.xcodeproj -target libclang_static

… 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20120718/ebf69dd9/attachment.html>


More information about the cfe-dev mailing list