<html><head><style>body{font-family:Helvetica,Arial;font-size:13px}</style></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;">HI all,</div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;"><br></div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;">I'm working on a resource-constrained embedded system, and I'd like to reduce the size of my swift install as much as possible. &nbsp;In deployment, I'll need to figure out what a non-compiling swift support install looks like, but that's not the question for today. &nbsp;Currently, I'd like to have a functioning swift compiler on our hardware for rapid iteration, testing and debug.</div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;"><br></div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;">So, my question is about the support that the swift compiler requires. &nbsp;Based upon the instructions at <a href="http://swift.org">swift.org</a>, I know that I need at least Clang. &nbsp;So, I followed the instructions at <a href="http://llvm.org">llvm.org</a>&nbsp;and built it. &nbsp;It seems to work, but it's 'uuge; around 700 MB with MinSizeRel and -Os. &nbsp;Add Swift to it, and we're at about 1.1GB. &nbsp;As a point of reference, I noticed that the Clang binary I built is 45Mb relative to the 13Mb clang in Debian. &nbsp;</div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;"><br></div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;">How much of llvm and clang do I really need to support Swift?</div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;"><br></div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;">Is there any way built into llvm/clang's build system to strip the binaries, or otherwise make them smaller?</div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;"><br></div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;">Thanks!</div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;">- Will</div><div class="bloop_sign" id="bloop_sign_1478191777376050944"><div style="font-family:helvetica,arial;font-size:13px"><br></div></div></body></html>