forked from OSchip/llvm-project
![]() This is a simple change, loongarch64 host also supports 32-bit binaries, so note it. Without this patch: ``` [loongson@linux build]$ ./tools/lldb/unittests/Host/HostTests | tail -6 [==========] 78 tests from 18 test suites ran. (16 ms total) [ PASSED ] 77 tests. [ FAILED ] 1 test, listed below: [ FAILED ] HostTest.GetProcessInfo 1 FAILED TEST ``` With this patch: ``` [loongson@linux build]$ ./tools/lldb/unittests/Host/HostTests | tail -2 [==========] 78 tests from 18 test suites ran. (15 ms total) [ PASSED ] 78 tests. ``` Reviewed By: SixWeining, xen0n, MaskRay, DavidSpickett Differential Revision: https://reviews.llvm.org/D137312 |
||
---|---|---|
.. | ||
bindings | ||
cmake | ||
docs | ||
examples | ||
include/lldb | ||
packages/Python/lldbsuite | ||
resources | ||
scripts | ||
source | ||
test | ||
third_party/Python/module | ||
tools | ||
unittests | ||
utils | ||
.clang-format | ||
.clang-tidy | ||
.gitignore | ||
CMakeLists.txt | ||
CODE_OWNERS.txt | ||
LICENSE.TXT | ||
use_lldb_suite_root.py |