[gn build] port 48506fbbbf (Mach-O-Fileset)

This commit is contained in:
Nico Weber 2022-09-09 19:17:19 -04:00
parent 9af089f517
commit 27613a1038
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
static_library("Mach-O-Fileset") {
output_name = "lldbPluginObjectContainerMachOFileset"
configs += [ "//llvm/utils/gn/build:lldb_code" ]
deps = [
"//lldb/source/Core",
"//lldb/source/Host",
"//lldb/source/Symbol",
"//lldb/source/Target",
"//lldb/source/Utility",
]
sources = [ "ObjectContainerMachOFileset.cpp" ]
}