[Lldb-commits] [lldb] [LLDB] Add type summaries for MSVC STL strings (PR #143177)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 30 03:41:19 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
+
----------------
labath wrote:
Yeah, I think it's fine. FWIW, we also don't add any special flags when the compiler is gcc and we're running libstdc++ tests, only that fact is obscured by a lot of ifdefs.
https://github.com/llvm/llvm-project/pull/143177
More information about the lldb-commits
mailing list