aaron.ballman added a comment. In D130689#3706276 <https://reviews.llvm.org/D130689#3706276>, @barannikov88 wrote:
> In D130689#3706263 <https://reviews.llvm.org/D130689#3706263>, @aaron.ballman > wrote: > >> The failures I am getting are the same as what's shown by the sanitizer bot >> for Windows: >> https://lab.llvm.org/buildbot/#/builders/127/builds/33980/steps/4/logs/stdio >> (I'm using VS 2019 16.11.17 FWIW). > > The log says: > >> The contents of <string_view> are available only with C++17 or later. > > if that helps. Yes, and in my build logs, even after an explicit reconfigure where I deleted the cache, I'm seeing `-std:c++14` being passed to cl.exe; so something about these changes is not working properly with Visual Studio. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D130689/new/ https://reviews.llvm.org/D130689 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits