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@lists.llvm.org
          Reporter: vivk...@ca.ibm.com
                CC: llvm-b...@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 the assignee for the bug.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to