[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / utils / gn / secondary / lldb / source / Plugins / ObjectFile / Placeholder / BUILD.gn
blob60d42c4c7297e6a865ea337e005c8bafe05da450
1 static_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" ]