Skip to content

Commit

Permalink
[gn build] Port 49b3c33
Browse files Browse the repository at this point in the history
  • Loading branch information
llvmgnsyncbot committed Jul 20, 2023
1 parent 38e1c59 commit 3cca461
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ static_library("Utility") {
"RegisterInfoPOSIX_loongarch64.cpp",
"RegisterInfoPOSIX_ppc64le.cpp",
"RegisterInfoPOSIX_riscv64.cpp",
"RegisterInfos_x86_64_with_base_shared.cpp",
"StopInfoMachException.cpp",
"ThreadMemory.cpp",
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ static_library("elf-core") {
include_dirs = [ "//lldb/source" ]
sources = [
"ProcessElfCore.cpp",
"RegisterContextLinuxCore_x86_64.cpp",
"RegisterContextPOSIXCore_arm.cpp",
"RegisterContextPOSIXCore_arm64.cpp",
"RegisterContextPOSIXCore_mips64.cpp",
Expand Down

0 comments on commit 3cca461

Please sign in to comment.