[LLVMdev] compiler-rt with MSVC?
Tony Kelman
kelman at berkeley.edu
Tue Sep 23 09:39:49 PDT 2014
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.
> I know we build at least lib/sanitizer_common and lib/asan. I don't know
> about lib/builtins.
I think builtins should have what I'm looking for here. I was able to get
Julia to a working REPL with an MSVC build, but some uses of int128
intrinsics are crapping out.
-Tony
More information about the llvm-dev
mailing list