We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed9433 commit 315a55fCopy full SHA for 315a55f
llvm/utils/gn/secondary/lldb/source/Interpreter/BUILD.gn
@@ -15,6 +15,7 @@ static_library("Interpreter") {
15
deps = [
16
":InterpreterProperties",
17
":InterpreterPropertiesEnum",
18
+ "Interfaces",
19
"//lldb/source/Commands",
20
"//lldb/source/Core",
21
"//lldb/source/DataFormatters",
llvm/utils/gn/secondary/lldb/source/Interpreter/Interfaces/BUILD.gn
@@ -0,0 +1,9 @@
1
+static_library("Interfaces") {
2
+ output_name = "lldbInterpreterInterfaces"
3
+ configs += [ "//llvm/utils/gn/build:lldb_code" ]
4
+ deps = [
5
+ "//lldb/source/Utility",
6
+ "//llvm/lib/Support",
7
+ ]
8
+ sources = [ "ScriptedInterfaceUsages.cpp" ]
9
+}
0 commit comments