[Lldb-commits] [lldb] [LLDB] Add type summaries for MSVC STL strings (PR #143177)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 20 07:35:05 PDT 2025
================
@@ -0,0 +1,4 @@
+CXX_SOURCES := main.cpp
+
+CXXFLAGS_EXTRAS := -std=c++14 -O0
----------------
Nerixyz wrote:
Yes, that worked!
https://github.com/llvm/llvm-project/pull/143177
More information about the lldb-commits
mailing list