<div dir="ltr">Hey all,<div><br></div><div>The first time an Xcode build creates the llvm-build structure, it does some directory-making commands that are marked as failing.  Xcode builds anyway and doesn't treat them as show-stoppers on the IDE build.  However, when we build that first build from the command line with the Xcode command-line tools, that does trigger an exit code that looks like the build fails.</div><div><br></div><div>I'd love it if we fix up the llvm+clang build portion of the Xcode build to just not report those as failures since they don't even look like semantic failures.  On the surface it looks as simple as making sure we either use a '-p' with a mkdir or a Makefile "ignore the result" command execute option for making the relevant dirs.</div><div><br></div><div>Apple folks - do you care if we poke at that llvm+clang build code/build script and fix that?<br clear="all"><div>-- <br></div><div dir="ltr"><table cellspacing="0" cellpadding="0" style="color:rgb(136,136,136);font-family:'Times New Roman'"><tbody><tr style="color:rgb(85,85,85);font-family:sans-serif;font-size:small"><td nowrap style="border-top-style:solid;border-top-color:rgb(213,15,37);border-top-width:2px">Todd Fiala |</td><td nowrap style="border-top-style:solid;border-top-color:rgb(51,105,232);border-top-width:2px"> Software Engineer |</td><td nowrap style="border-top-style:solid;border-top-color:rgb(0,153,57);border-top-width:2px"> <a href="mailto:tfiala@google.com" style="color:rgb(17,85,204)" target="_blank"><span style="background-color:rgb(255,255,204);color:rgb(34,34,34);background-repeat:initial initial">tfiala@google.com</span></a></td><td nowrap style="border-top-style:solid;border-top-color:rgb(238,178,17);border-top-width:2px"><br></td></tr></tbody></table><br></div>
</div></div>