[LLVMdev] compiler-rt with MSVC?
Reid Kleckner
rnk at google.com
Tue Sep 23 09:54:04 PDT 2014
On Tue, Sep 23, 2014 at 9:39 AM, Tony Kelman <kelman at berkeley.edu> wrote:
> Thanks Reid and Saleem.
>
> Creating a custom VS solution should allow you to do this I believe.
>>
>
> 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.
If this is your preference, then I strongly recommend using ninja to build:
http://martine.github.io/ninja/
To select the CMake ninja generator, pass -GNinja to cmake.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140923/890ca162/attachment.html>
More information about the llvm-dev
mailing list