Skip to content

Commit 89fd81d

Browse files
committed
[gn build] Port a3be778
1 parent 4ffba0a commit 89fd81d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

llvm/utils/gn/secondary/lldb/source/Plugins/Process/Linux/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

llvm/utils/gn/secondary/lldb/source/Plugins/Process/Utility/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)