Skip to content

Commit

Permalink
[gn build] Port a3be778
Browse files Browse the repository at this point in the history
  • Loading branch information
llvmgnsyncbot committed Oct 25, 2022
1 parent 4ffba0a commit 89fd81d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -24,6 +24,7 @@ static_library("Linux") {
"NativeRegisterContextLinux.cpp",
"NativeRegisterContextLinux_arm.cpp",
"NativeRegisterContextLinux_arm64.cpp",
"NativeRegisterContextLinux_loongarch64.cpp",
"NativeRegisterContextLinux_ppc64le.cpp",
"NativeRegisterContextLinux_riscv64.cpp",
"NativeRegisterContextLinux_s390x.cpp",
Expand Down
Expand Up @@ -67,6 +67,7 @@ static_library("Utility") {
"RegisterContext_x86.cpp",
"RegisterInfoPOSIX_arm.cpp",
"RegisterInfoPOSIX_arm64.cpp",
"RegisterInfoPOSIX_loongarch64.cpp",
"RegisterInfoPOSIX_ppc64le.cpp",
"RegisterInfoPOSIX_riscv64.cpp",
"StopInfoMachException.cpp",
Expand Down

0 comments on commit 89fd81d

Please sign in to comment.