[PATCH] D134468: [Driver] Ignore -fmsc-version= -fms-compatibility-version= values smaller than 19

Stephan T. Lavavej via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 22 15:08:24 PDT 2022


STL_MSFT added a comment.

A couple of notes/reminders that may help you make a decision here (I have no particular opinion as this doesn't impact how VS and microsoft/STL use Clang):

1. VS 2013's support lifecycle, documented at https://learn.microsoft.com/en-us/lifecycle/products/visual-studio-2013 , is ending soon: Apr 9, 2024.

2. VS 2013 was the last release before the current "v19" binary-compatible era (VS 2015/2017/2019/2022). Code compiled with VS 2013 can't link with any other version (the CRT became the UCRT and the STL changed) - I believe this makes it less likely that users are stuck on this version.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134468/new/

https://reviews.llvm.org/D134468



More information about the cfe-commits mailing list