<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Feb 22, 2016, at 5:49 PM, Ramakrishna Mallireddy &lt;<a href="mailto:ramakrishna.malli@gmail.com" class="">ramakrishna.malli@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hi Joe,&nbsp;<div class=""><br class=""></div><div class="">I am not looking to build the llvm back-end, I am only looking to build front-ends to generate llvm IR on iOS.</div><div class=""><br class=""><div class="">have build the swift-llvm &amp; swift-clang static libraries for iOS using cmake,&nbsp;<div class="">now I am looking to build the swift front-end for iOS, &nbsp;do you have any instructions that makes my job easier going forward.</div></div></div></div></div></blockquote><div><br class=""></div><div>We don't build any of the compiler for iOS, either the backend or frontend. I'd start by adding targets to the build system for the compiler's libraries (libswiftAST, libswiftSema, etc.) targeting iOS and seeing what breaks.</div><div><br class=""></div><div>-Joe</div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class=""><div class=""><div class="">Thanks</div><div class="">Ramakrishna&nbsp;</div></div></div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Mon, Feb 22, 2016 at 11:20 PM, Joe Groff <span dir="ltr" class="">&lt;<a href="mailto:jgroff@apple.com" target="_blank" class="">jgroff@apple.com</a>&gt;</span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word" class=""><span class="">On Feb 22, 2016, at 4:29 AM, Ramakrishna Mallireddy via swift-users &lt;<a href="mailto:swift-users@swift.org" target="_blank" class="">swift-users@swift.org</a>&gt; wrote:<br class=""><div class=""><blockquote type="cite" class=""><br class=""><div class=""><div dir="ltr" class=""><span style="font-size:12.8px" class="">HI,</span><div style="font-size:12.8px" class=""><br class=""></div><div style="font-size:12.8px" class="">How can I compile the swift front-end for iOS.</div><div style="font-size:12.8px" class="">the build-script mentioned only Swift Standard Library for iOS.</div><div style="font-size:12.8px" class=""><br class=""></div><div style="font-size:12.8px" class="">I have read the build-script-impl, it does have the iOS build flags, but are they only for building the standard library &nbsp;or am I missing something.</div></div></div></blockquote><br class=""></div></span><div class="">That's right, the build script only builds the runtime libraries for iOS, not the compiler itself. We don't build or test the compiler on iOS since that's not normally useful for Xcode development.</div><span class="HOEnZb"><font color="#888888" class=""><div class=""><br class=""></div><div class="">-Joe</div><br class=""></font></span></div></blockquote></div><br class=""></div>
</div></blockquote></div><br class=""></body></html>