12 lines · plain
1static_library("BSD-Archive") {2 output_name = "lldbPluginObjectContainerBSDArchive"3 configs += [ "//llvm/utils/gn/build:lldb_code" ]4 deps = [5 "//lldb/source/Core",6 "//lldb/source/Host",7 "//lldb/source/Symbol",8 "//llvm/lib/Support",9 ]10 sources = [ "ObjectContainerBSDArchive.cpp" ]11}12