<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Sep 23, 2014 at 9:39 AM, Tony Kelman <span dir="ltr"><<a href="mailto:kelman@berkeley.edu" target="_blank">kelman@berkeley.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Thanks Reid and Saleem.<span class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Creating a custom VS solution should allow you to do this I believe.<br>
</blockquote>
<br></span>
I’d prefer to limit my interactions with Visual Studio to cmake and the command line if at all possible. The difference in LLVM's build time was striking, going through the GUI vs not.</blockquote><div><br></div><div>If this is your preference, then I strongly recommend using ninja to build:</div><div><a href="http://martine.github.io/ninja/">http://martine.github.io/ninja/</a><br></div><div><br></div><div>To select the CMake ninja generator, pass -GNinja to cmake.</div></div></div></div>