[Lldb-commits] [PATCH] D62732: [RISCV] Add SystemV ABI

Fangrui Song via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 10 11:03:11 PDT 2021


MaskRay added a subscriber: felixonmars.
MaskRay added a comment.

Hi Luis, is this still needed after D86292 <https://reviews.llvm.org/D86292>? Or are there missing pieces?
@felixonmars reported that https://archriscv.felixc.at/.status/logs/lldb.log still failed to build on riscv64 Arch Linux.
I thought that you may have an idea :)

  /usr/bin/ld: lib/liblldbPluginProcessLinux.a(NativeThreadLinux.cpp.o): in function `.L181':
  NativeThreadLinux.cpp:(.text._ZN12lldb_private13process_linux17NativeThreadLinuxC2ERNS0_18NativeProcessLinuxEm+0x7c): undefined reference to `lldb_private::process_linux::NativeRegisterContextLinux::CreateHostNativeRegisterContextLinux(lldb_private::ArchSpec const&, lldb_private::NativeThreadProtocol&)'
  collect2: error: ld returned 1 exit status


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62732/new/

https://reviews.llvm.org/D62732



More information about the lldb-commits mailing list