File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
llvm/utils/gn/secondary/lldb/source/Plugins/Process Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ static_library("Linux") {
2424 " NativeRegisterContextLinux.cpp" ,
2525 " NativeRegisterContextLinux_arm.cpp" ,
2626 " NativeRegisterContextLinux_arm64.cpp" ,
27+ " NativeRegisterContextLinux_loongarch64.cpp" ,
2728 " NativeRegisterContextLinux_ppc64le.cpp" ,
2829 " NativeRegisterContextLinux_riscv64.cpp" ,
2930 " NativeRegisterContextLinux_s390x.cpp" ,
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ static_library("Utility") {
6767 " RegisterContext_x86.cpp" ,
6868 " RegisterInfoPOSIX_arm.cpp" ,
6969 " RegisterInfoPOSIX_arm64.cpp" ,
70+ " RegisterInfoPOSIX_loongarch64.cpp" ,
7071 " RegisterInfoPOSIX_ppc64le.cpp" ,
7172 " RegisterInfoPOSIX_riscv64.cpp" ,
7273 " StopInfoMachException.cpp" ,
You can’t perform that action at this time.
0 commit comments