<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - LLDB compile error on s390x: ""
href="https://bugs.llvm.org/show_bug.cgi?id=36694">36694</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>LLDB compile error on s390x: "
</td>
</tr>
<tr>
<th>Product</th>
<td>lldb
</td>
</tr>
<tr>
<th>Version</th>
<td>6.0
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Other
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>All Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>lldb-dev@lists.llvm.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>vivkong@ca.ibm.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>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:
<a href="https://reviews.llvm.org/rL317881">https://reviews.llvm.org/rL317881</a>
Adding the include resolves the error.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>