Displaying 2 results from an estimated 2 matches for "mt171547".
2016 Sep 01
3
[cfe-dev] Revisiting our informal policy to support two versions of MSVC
...o be Express, and Express used to be limited
in functionality. But this is no longer the case. Community is fine for
anyone to use, even corporations, for free, as long as it is for an open
source project. IANAL, but it says it in Section 1.b.1 here
<https://www.visualstudio.com/support/legal/mt171547>.
2) Library toolchain mismatches. It used to be that in order to link
against a library, it had to be compiled with the same toolchain. So
someone whose application was built with VS 2012 couldn't link against LLVM
built with VS 2013, they would have to build LLVM themselves with VS2012,...
2016 Sep 01
2
[cfe-dev] Revisiting our informal policy to support two versions of MSVC
I don't see how the policy of supporting 2 versions is related to that
difficulty though. Whether we support 1 versions or 2 versions, 1 version
is still going to be deprecated every time a new version is released. So
this burden on upgrading buildbots doesn't seem to be much different.
As long as chromium compiler version is not tied to llvm compiler version
(and if it did, that would be