1 static_library("Placeholder") {
2 output_name = "lldbPluginObjectFilePlaceholder"
3 configs += [ "//llvm/utils/gn/build:lldb_code" ]
7 "//lldb/source/Symbol",
8 "//lldb/source/Target",
10 "//llvm/lib/TargetParser",
12 sources = [ "ObjectFilePlaceholder.cpp" ]