brintos

brintos / llvm-project-archived public Read only

0
0
Text · 695 B · 96beba1 Raw
30 lines · plain
1executable("lldb-test") {2  configs += [3    "//llvm/utils/gn/build:clang_code",4    "//llvm/utils/gn/build:lldb_code",5  ]6  deps = [7    "//lldb/source/Breakpoint",8    "//lldb/source/Core",9    "//lldb/source/DataFormatters",10    "//lldb/source/Expression",11    "//lldb/source/Host",12    "//lldb/source/Initialization",13    "//lldb/source/Interpreter",14    "//lldb/source/Plugins:LldbAllPlugins",15    "//lldb/source/Symbol",16    "//lldb/source/Target",17    "//lldb/source/Utility",18    "//lldb/source/Version",19    "//llvm/lib/Support",20  ]21 22  # XXX commment23  include_dirs = [ "//lldb/source" ]24  sources = [25    "FormatUtil.cpp",26    "SystemInitializerTest.cpp",27    "lldb-test.cpp",28  ]29}30