Skip to content

Commit 314e825

Browse files
committed
[gn] port 7b208e0
1 parent 717e753 commit 314e825

File tree

1 file changed

+13
-0
lines changed
  • llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/PDB

1 file changed

+13
-0
lines changed

llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/PDB/BUILD.gn

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
112
static_library("PDB") {
213
output_name = "lldbPluginSymbolFilePDB"
314
configs += [
415
"//llvm/utils/gn/build:clang_code",
516
"//llvm/utils/gn/build:lldb_code",
617
]
718
deps = [
19+
":SymbolFilePDBProperties",
20+
":SymbolFilePDBPropertiesEnum",
821
"//clang/lib/AST",
922
"//clang/lib/Lex",
1023
"//lldb/source/Core",

0 commit comments

Comments
 (0)