forked from OSchip/llvm-project
[gn build] Port 7bece0f03b
This commit is contained in:
parent
a5656496f0
commit
e04f8c81d5
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue