File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
llvm/utils/gn/secondary/lldb/source/Plugins/Process Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments