[all-commits] [llvm/llvm-project] 5c065f: [lldb][Windows] Fix build with MSVC compiler broke...

Omair Javaid via All-commits all-commits at lists.llvm.org
Mon Feb 3 02:19:59 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5c065f01cee5dfca28d703983d0ebefa65128e09
      https://github.com/llvm/llvm-project/commit/5c065f01cee5dfca28d703983d0ebefa65128e09
  Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
  Date:   2025-02-03 (Mon, 03 Feb 2025)

  Changed paths:
    M lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows.h

  Log Message:
  -----------
  [lldb][Windows] Fix build with MSVC compiler broken by (#108072)

This patch fixes LLDB Windows build with MSVC compiler. MSVC deletes
the default constructor due to virtual inheritance rules. Explicitly
define the default constructor in NativeRegisterContextWindows to
ensure constructibility.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list