================
@@ -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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to