[all-commits] [llvm/llvm-project] e1d4fb: [lldb] Fix build errors from 3bea7306e8
Pavel Labath via All-commits
all-commits at lists.llvm.org
Thu Apr 1 00:04:03 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e1d4fb1ebfffffc612d65331f72bb0827d7206d4
https://github.com/llvm/llvm-project/commit/e1d4fb1ebfffffc612d65331f72bb0827d7206d4
Author: Pavel Labath <pavel at labath.sk>
Date: 2021-04-01 (Thu, 01 Apr 2021)
Changed paths:
M lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_x86_64.cpp
M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.cpp
M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp
M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_ppc64le.cpp
M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_s390x.cpp
M lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.cpp
Log Message:
-----------
[lldb] Fix build errors from 3bea7306e8
The addition of the dummy constructors requires matching changes in os-
and arch-specific files, which I forgot about.
More information about the All-commits
mailing list