[Lldb-commits] [PATCH] D130689: [LLVM] Update C++ standard to 17

Aaron Ballman via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 8 05:49:24 PDT 2022


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



More information about the lldb-commits mailing list