[Lldb-commits] [lldb] [LLDB] Add type summaries for MSVC STL strings (PR #143177)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 27 09:21:00 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
+
----------------
Nerixyz wrote:
> There are also some unexpected passes, which is probably a good thing:
That's great! I removed the XFAIL now. Aside: https://github.com/llvm/llvm-project/issues/25146 should be labeled as https://github.com/llvm/llvm-project/labels/platform%3Awindows.
> Do I understand correctly?
Yes, that's what the tests currently do.
https://github.com/llvm/llvm-project/pull/143177
More information about the lldb-commits
mailing list