[Lldb-commits] [lldb] [LLDB] Add type summaries for MSVC STL strings (PR #143177)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 20 04:55:56 PDT 2025


================
@@ -0,0 +1,4 @@
+CXX_SOURCES := main.cpp
+
+CXXFLAGS_EXTRAS := -std=c++14 -O0
----------------
labath wrote:

-O0 shouldn't be necessary and -std=c++14 should be set [here](https://github.com/llvm/llvm-project/blob/e970f59e6b20dddc4369735affb79ca9be240c1c/lldb/packages/Python/lldbsuite/test/make/Makefile.rules#L350). If that doesn't work for you, may you need to change something over there.

https://github.com/llvm/llvm-project/pull/143177


More information about the lldb-commits mailing list