[llvm-bugs] [Bug 36694] New: LLDB compile error on s390x: "
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Mar 12 11:43:35 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=36694
Bug ID: 36694
Summary: LLDB compile error on s390x: "
Product: lldb
Version: 6.0
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: lldb-dev at lists.llvm.org
Reporter: vivkong at ca.ibm.com
CC: llvm-bugs at lists.llvm.org
Hit the following compile error on master:
lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_s390x.cpp:449:10:
error: incomplete type 'lldb_private::process_linux::NativeProcessLinux' named
in nested name specifier
return NativeProcessLinux::PtraceWrapper(PTRACE_PEEKUSR_AREA,
^~~~~~~~~~~~~~~~~~~~
NativeRegisterContextLinux_s390x.cpp is missing an include file
(Plugins/Process/Linux/NativeProcessLinux.h) due to this commit:
https://reviews.llvm.org/rL317881
Adding the include resolves the error.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180312/eddfc44e/attachment-0001.html>
More information about the llvm-bugs
mailing list