[Lldb-commits] [lldb] [LLDB] Add type summaries for MSVC STL strings (PR #143177)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 1 03:16:51 PDT 2025
================
@@ -0,0 +1,120 @@
+# coding=utf8
+"""
+Test std::*string summaries with MSVC's STL.
+"""
----------------
Michael137 wrote:
I might've missed some discussion on this:
Not a blocker for this PR but why do we have separate API test directories for the various STLs? The only difference in them being `USE_LIBCPP` vs. `USE_LIBSTCPP` in the Makefiles. And now a third one with no apparent difference in the Makefile.
We should probably consolidate them all into the `data-formatter/data-formatter-stl` and just pass the necessary makefile flags from within the python tests (via `self.build`)?
@labath @DavidSpickett anything stopping us from doing that?
https://github.com/llvm/llvm-project/pull/143177
More information about the lldb-commits
mailing list