Skip to content

Commit c519190

Browse files
committed
[gn build] Port dfabd61
1 parent dfabd61 commit c519190

File tree

2 files changed

+3
-0
lines changed
  • llvm/utils/gn/secondary/lldb/source/Plugins/Process

2 files changed

+3
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ static_library("Utility") {
6464
"RegisterContextPOSIX_mips64.cpp",
6565
"RegisterContextPOSIX_powerpc.cpp",
6666
"RegisterContextPOSIX_ppc64le.cpp",
67+
"RegisterContextPOSIX_riscv32.cpp",
6768
"RegisterContextPOSIX_riscv64.cpp",
6869
"RegisterContextPOSIX_s390x.cpp",
6970
"RegisterContextPOSIX_x86.cpp",
@@ -76,6 +77,7 @@ static_library("Utility") {
7677
"RegisterInfoPOSIX_arm64.cpp",
7778
"RegisterInfoPOSIX_loongarch64.cpp",
7879
"RegisterInfoPOSIX_ppc64le.cpp",
80+
"RegisterInfoPOSIX_riscv32.cpp",
7981
"RegisterInfoPOSIX_riscv64.cpp",
8082
"RegisterInfos_x86_64_with_base_shared.cpp",
8183
"StopInfoMachException.cpp",

llvm/utils/gn/secondary/lldb/source/Plugins/Process/elf-core/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ static_library("elf-core") {
2222
"RegisterContextPOSIXCore_mips64.cpp",
2323
"RegisterContextPOSIXCore_powerpc.cpp",
2424
"RegisterContextPOSIXCore_ppc64le.cpp",
25+
"RegisterContextPOSIXCore_riscv32.cpp",
2526
"RegisterContextPOSIXCore_riscv64.cpp",
2627
"RegisterContextPOSIXCore_s390x.cpp",
2728
"RegisterContextPOSIXCore_x86_64.cpp",

0 commit comments

Comments
 (0)