[lldb-dev] [Bug 20400] Ubuntu & Debian failing to find architecture for native binaries (and many other test failures)
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Feb 25 22:27:35 PST 2015
http://llvm.org/bugs/show_bug.cgi?id=20400
Chaoren Lin <chaorenl at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #13 from Chaoren Lin <chaorenl at google.com> ---
Configuring cmake with LLVM_DEFAULT_TARGET_TRIPLE=i386-linux-gnu seems to fix
this issue on 32 bit builds. The default of i686-pc-linux-gnu is compatible but
not necessarily identical to the inferior binaries, so I think it's better to
apply Azat's solution of using ArchSpec::IsCompatibleMatch() instead to prevent
this issue from resurfacing on other platforms in the future.
--
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/lldb-dev/attachments/20150226/25af9c1a/attachment.html>
More information about the lldb-dev
mailing list