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 717e753 commit 314e825Copy full SHA for 314e825
llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/PDB/BUILD.gn
@@ -1,10 +1,23 @@
1
+import("//lldb/utils/TableGen/lldb_tablegen.gni")
2
+
3
+lldb_tablegen("SymbolFilePDBProperties") {
4
+ args = [ "-gen-lldb-property-defs" ]
5
+}
6
7
+lldb_tablegen("SymbolFilePDBPropertiesEnum") {
8
+ args = [ "-gen-lldb-property-enum-defs" ]
9
+ td_file = "SymbolFilePDBProperties.td"
10
11
12
static_library("PDB") {
13
output_name = "lldbPluginSymbolFilePDB"
14
configs += [
15
"//llvm/utils/gn/build:clang_code",
16
"//llvm/utils/gn/build:lldb_code",
17
]
18
deps = [
19
+ ":SymbolFilePDBProperties",
20
+ ":SymbolFilePDBPropertiesEnum",
21
"//clang/lib/AST",
22
"//clang/lib/Lex",
23
"//lldb/source/Core",
0 commit comments