brintos

brintos / llvm-project-archived public Read only

0
0
Text · 246 B · 3956281 Raw
10 lines · plain
1static_library("None") {2  output_name = "lldbPluginScriptInterpreterNone"3  configs += [ "//llvm/utils/gn/build:lldb_code" ]4  deps = [5    "//lldb/source/Core",6    "//lldb/source/Interpreter",7  ]8  sources = [ "ScriptInterpreterNone.cpp" ]9}10