Skip to content

Commit b6f7e59

Browse files
committed
[gn build] Port ee23250
1 parent 72455b3 commit b6f7e59

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

llvm/utils/gn/secondary/lldb/source/Plugins/Platform/Linux/BUILD.gn

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@ static_library("Linux") {
1515

1616
# Reaches into Plugins/Platform/POSIX.
1717
include_dirs = [ "//lldb/source" ]
18-
sources = [ "PlatformLinux.cpp" ]
18+
sources = [
19+
"LinuxSignals.cpp",
20+
"PlatformLinux.cpp",
21+
]
1922
}

llvm/utils/gn/secondary/lldb/source/Plugins/Platform/gdb-server/BUILD.gn

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@ static_library("gdb-server") {
1616

1717
# Reaches into Plugins/Process/Utility.
1818
include_dirs = [ "//lldb/source" ]
19-
sources = [ "PlatformRemoteGDBServer.cpp" ]
19+
sources = [
20+
"GDBRemoteSignals.cpp",
21+
"PlatformRemoteGDBServer.cpp",
22+
]
2023
}

llvm/utils/gn/secondary/lldb/source/Plugins/Process/Utility/BUILD.gn

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,15 @@ static_library("Utility") {
1919
include_dirs = [ "//lldb/source" ]
2020
sources = [
2121
"AuxVector.cpp",
22-
"FreeBSDSignals.cpp",
23-
"GDBRemoteSignals.cpp",
2422
"HistoryThread.cpp",
2523
"HistoryUnwind.cpp",
2624
"InferiorCallPOSIX.cpp",
2725
"LinuxProcMaps.cpp",
28-
"LinuxSignals.cpp",
2926
"MemoryTagManagerAArch64MTE.cpp",
3027
"NativeProcessSoftwareSingleStep.cpp",
3128
"NativeRegisterContextDBReg_arm64.cpp",
3229
"NativeRegisterContextDBReg_x86.cpp",
3330
"NativeRegisterContextRegisterInfo.cpp",
34-
"NetBSDSignals.cpp",
3531
"RegisterContextDarwin_arm.cpp",
3632
"RegisterContextDarwin_arm64.cpp",
3733
"RegisterContextDarwin_i386.cpp",

0 commit comments

Comments
 (0)