diff options
author | Muhammad Omair Javaid <omair.javaid@linaro.org> | 2025-02-03 15:09:13 +0500 |
---|---|---|
committer | Muhammad Omair Javaid <omair.javaid@linaro.org> | 2025-02-03 15:17:08 +0500 |
commit | 5c065f01cee5dfca28d703983d0ebefa65128e09 (patch) | |
tree | 297d21ce0c2195acbd52a1af133024deaf27ee51 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 978310f1de712fc9092142f0985a541a537f21ec (diff) | |
download | llvm-5c065f01cee5dfca28d703983d0ebefa65128e09.zip llvm-5c065f01cee5dfca28d703983d0ebefa65128e09.tar.gz llvm-5c065f01cee5dfca28d703983d0ebefa65128e09.tar.bz2 |
[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.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions