File tree 2 files changed +3
-0
lines changed
llvm/utils/gn/secondary/lldb/source/Plugins/Process 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ static_library("Utility") {
64
64
" RegisterContextPOSIX_mips64.cpp" ,
65
65
" RegisterContextPOSIX_powerpc.cpp" ,
66
66
" RegisterContextPOSIX_ppc64le.cpp" ,
67
+ " RegisterContextPOSIX_riscv32.cpp" ,
67
68
" RegisterContextPOSIX_riscv64.cpp" ,
68
69
" RegisterContextPOSIX_s390x.cpp" ,
69
70
" RegisterContextPOSIX_x86.cpp" ,
@@ -76,6 +77,7 @@ static_library("Utility") {
76
77
" RegisterInfoPOSIX_arm64.cpp" ,
77
78
" RegisterInfoPOSIX_loongarch64.cpp" ,
78
79
" RegisterInfoPOSIX_ppc64le.cpp" ,
80
+ " RegisterInfoPOSIX_riscv32.cpp" ,
79
81
" RegisterInfoPOSIX_riscv64.cpp" ,
80
82
" RegisterInfos_x86_64_with_base_shared.cpp" ,
81
83
" StopInfoMachException.cpp" ,
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ static_library("elf-core") {
22
22
" RegisterContextPOSIXCore_mips64.cpp" ,
23
23
" RegisterContextPOSIXCore_powerpc.cpp" ,
24
24
" RegisterContextPOSIXCore_ppc64le.cpp" ,
25
+ " RegisterContextPOSIXCore_riscv32.cpp" ,
25
26
" RegisterContextPOSIXCore_riscv64.cpp" ,
26
27
" RegisterContextPOSIXCore_s390x.cpp" ,
27
28
" RegisterContextPOSIXCore_x86_64.cpp" ,
You can’t perform that action at this time.
0 commit comments