[Lldb-commits] [lldb] [LLDB] Add type summaries for MSVC STL strings (PR #143177)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 27 06:52:53 PDT 2025
================
@@ -0,0 +1,4 @@
+CXX_SOURCES := main.cpp
+
+CXXFLAGS_EXTRAS := -std=c++20 -O0
----------------
DavidSpickett wrote:
Is there a specific reason for this to be C++20? Trying to enable as many features in u8string as possible perhaps?
https://github.com/llvm/llvm-project/pull/143177
More information about the lldb-commits
mailing list