[libcxx-commits] [PATCH] D58022: __builtin_strlen is not supported for MSVC e.g and it is not correct to use it without knowledge of this "builtin" in advance

Danila Kutenin via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Feb 10 21:04:58 PST 2019


danlark added a comment.

In D58022#1392267 <https://reviews.llvm.org/D58022#1392267>, @EricWF wrote:

> What version of MSVC are you trying to use?
>
> Last I checked we don't support MSVC.


We are using Microsoft Visual C++ 2017 14.16.27012 -- almost the last version

Marshall asked us to send all the patches that we did to make libcxx work for Windows


Repository:
  rCXX libc++

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

https://reviews.llvm.org/D58022





More information about the libcxx-commits mailing list