[all-commits] [llvm/llvm-project] a3be77: [LLDB] [LoongArch] Add minimal LoongArch support
David Spickett via All-commits
all-commits at lists.llvm.org
Tue Oct 25 05:59:59 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a3be778ed09b7badcda20c5c8738ba19531dad48
https://github.com/llvm/llvm-project/commit/a3be778ed09b7badcda20c5c8738ba19531dad48
Author: Tiezhu Yang <yangtiezhu at loongson.cn>
Date: 2022-10-25 (Tue, 25 Oct 2022)
Changed paths:
M lldb/source/Plugins/Process/Linux/CMakeLists.txt
A lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_loongarch64.cpp
A lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_loongarch64.h
M lldb/source/Plugins/Process/Utility/CMakeLists.txt
A lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_loongarch64.cpp
A lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_loongarch64.h
Log Message:
-----------
[LLDB] [LoongArch] Add minimal LoongArch support
Add as little code as possible to allow compiling lldb on LoongArch.
Actual functionality will be implemented later.
Reviewed By: SixWeining, DavidSpickett
Differential Revision: https://reviews.llvm.org/D136578
More information about the All-commits
mailing list