[gn build] Port 7bece0f03b

This commit is contained in:
LLVM GN Syncbot 2022-08-11 06:28:14 +00:00
parent a5656496f0
commit e04f8c81d5
2 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,7 @@ static_library("Linux") {
"NativeRegisterContextLinux_arm.cpp",
"NativeRegisterContextLinux_arm64.cpp",
"NativeRegisterContextLinux_ppc64le.cpp",
"NativeRegisterContextLinux_riscv64.cpp",
"NativeRegisterContextLinux_s390x.cpp",
"NativeRegisterContextLinux_x86_64.cpp",
"NativeThreadLinux.cpp",

View File

@ -58,6 +58,7 @@ static_library("Utility") {
"RegisterContextPOSIX_mips64.cpp",
"RegisterContextPOSIX_powerpc.cpp",
"RegisterContextPOSIX_ppc64le.cpp",
"RegisterContextPOSIX_riscv64.cpp",
"RegisterContextPOSIX_s390x.cpp",
"RegisterContextPOSIX_x86.cpp",
"RegisterContextThreadMemory.cpp",
@ -67,6 +68,7 @@ static_library("Utility") {
"RegisterInfoPOSIX_arm.cpp",
"RegisterInfoPOSIX_arm64.cpp",
"RegisterInfoPOSIX_ppc64le.cpp",
"RegisterInfoPOSIX_riscv64.cpp",
"StopInfoMachException.cpp",
"ThreadMemory.cpp",
]