static_library("BSD-Archive") {
output_name = "lldbPluginObjectContainerBSDArchive"
configs += [ "//llvm/utils/gn/build:lldb_code" ]
deps = [
"//lldb/source/Core",
"//lldb/source/Host",
"//lldb/source/Symbol",
"//llvm/lib/Support",
]
sources = [ "ObjectContainerBSDArchive.cpp" ]
}