14 lines · plain
1static_library("Placeholder") {2 output_name = "lldbPluginObjectFilePlaceholder"3 configs += [ "//llvm/utils/gn/build:lldb_code" ]4 deps = [5 "//lldb/source/Core",6 "//lldb/source/Host",7 "//lldb/source/Symbol",8 "//lldb/source/Target",9 "//llvm/lib/Support",10 "//llvm/lib/TargetParser",11 ]12 sources = [ "ObjectFilePlaceholder.cpp" ]13}14