[all-commits] [llvm/llvm-project] 8cca7f: Reland "[LLDB] [LoongArch] Add loongarch64 case in...
Lu Weining via All-commits
all-commits at lists.llvm.org
Thu Nov 3 19:41:40 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8cca7f3bf741287eb21ce273106244349a03345a
https://github.com/llvm/llvm-project/commit/8cca7f3bf741287eb21ce273106244349a03345a
Author: Tiezhu Yang <yangtiezhu at loongson.cn>
Date: 2022-11-04 (Fri, 04 Nov 2022)
Changed paths:
M lldb/source/Host/common/HostInfoBase.cpp
Log Message:
-----------
Reland "[LLDB] [LoongArch] Add loongarch64 case in ComputeHostArchitectureSupport()"
This is a simple change, loongarch64 host also supports 32-bit binaries,
so note it.
Without this patch:
```
[loongson at 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 at 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
More information about the All-commits
mailing list