brintos

brintos / llvm-project-archived public Read only

0
0
Text · 421 B · e0efd79 Raw
16 lines · plain
1static_library("PPC64") {2  output_name = "lldbPluginArchitecturePPC64"3  configs += [ "//llvm/utils/gn/build:lldb_code" ]4  deps = [5    "//lldb/source/Core",6    "//lldb/source/Plugins/Process/Utility",7    "//lldb/source/Target",8    "//lldb/source/Utility",9    "//llvm/lib/Support",10  ]11 12  # Uses source-relative paths for own includes.13  include_dirs = [ "//lldb/source" ]14  sources = [ "ArchitecturePPC64.cpp" ]15}16