On Aug 23, 2014, at 1:24 PM, Renato Golin <renato.go...@linaro.org> wrote: > > Also, > compiling Clang with MSVC and making Clang MSVC compatible are two > completely different things. A commercial toolchain based on MSVC > compatibility doesn't necessarily need to be compiled with MSVC > itself.
But it must. If you want to be able to use LLVM DLLs inside a Windows app, it has to be built with MSVC because they have their own C++ ABI. At some point, Clang will support Microsoft's ABI well enough to consider a bootstrap instead. Alex _______________________________________________ lldb-dev mailing list lldb-dev@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev