[Lldb-commits] [PATCH] D130689: [LLVM] Update C++ standard to 17
Dávid Bolvanský via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 11 03:32:55 PDT 2022
xbolva00 added inline comments.
================
Comment at: llvm/docs/ReleaseNotes.rst:57
+
+* GCC >= 7.1
+* Clang >= 5.0
----------------
Do we have bots which uses last supported compiler versions? GCC 7.1, Clang 5.0 and MSVC 16.7.
It is bad to promise something and then breakages here and there, for example: https://github.com/llvm/llvm-project/issues/57057 so probably no such bots.
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