[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:50:31 PDT 2025
================
@@ -299,6 +299,8 @@ def parseOptionsAndInitTestdirs():
configuration.libcxx_library_dir = args.libcxx_library_dir
configuration.cmake_build_type = args.cmake_build_type.lower()
+ configuration.target_triple = args.target_triple
+
----------------
DavidSpickett wrote:
...unless someone has a mingw compiler and wants to use MSVC STL but I think that's A: asking for trouble and B: defeating part of the point of mingw? Hmm.
Anyway, the tests will run on a buildbot that will be running for a few years to come, that's the main thing here.
https://github.com/llvm/llvm-project/pull/143177
More information about the lldb-commits
mailing list