[Lldb-commits] [PATCH] D130689: [LLVM] Update C++ standard to 17
Nico Weber via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 8 11:30:59 PDT 2022
thakis added a comment.
Re MSVC: For what it's worth, our Chromium windows bot (which builds trunk llvm and then chromium with that) is happy. It builds with MSVC 2019. Here's the build log (which includes cmake invocations): https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket/8806536120229097233/+/u/gclient_runhooks/stdout?format=raw
(Look for `DCMAKE_BUILD_TYPE=Release'`.)
The bot builds clang;lld;clang-tools-extra. It also builds compiler-rt, but using the runtimes build, so I think compiler-rt is built with the just-built clang.
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