[Lldb-commits] [lldb] [LLDB] Avoid crashes when inspecting MSVC STL types (PR #140761)
via lldb-commits
lldb-commits at lists.llvm.org
Wed May 28 07:47:36 PDT 2025
================
@@ -683,14 +683,14 @@ def _get_compilation_command(self, source, obj):
args.append("-fms-compatibility-version=19")
args.append("/c")
+ if self.std:
----------------
Nerixyz wrote:
Sorry, I should've asked if it's supposed to be a separate PR or commit - opened https://github.com/llvm/llvm-project/pull/141782 now.
https://github.com/llvm/llvm-project/pull/140761
More information about the lldb-commits
mailing list