File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
utils/bazel/llvm-project-overlay/lldb/source/Plugins Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -420,6 +420,18 @@ cc_library(
420
420
deps = ["//lldb:Core" ],
421
421
)
422
422
423
+ gentbl_cc_library (
424
+ name = "SymbolFilePDBProperties" ,
425
+ strip_include_prefix = "SymbolFile/PDB" ,
426
+ tbl_outs = {
427
+ "SymbolFile/PDB/SymbolFilePDBProperties.inc" : ["-gen-lldb-property-defs" ],
428
+ "SymbolFile/PDB/SymbolFilePDBPropertiesEnum.inc" : ["-gen-lldb-property-enum-defs" ],
429
+ },
430
+ tblgen = "//lldb:lldb-tblgen" ,
431
+ td_file = "SymbolFile/PDB/SymbolFilePDBProperties.td" ,
432
+ deps = ["//lldb:CoreTdFiles" ],
433
+ )
434
+
423
435
cc_library (
424
436
name = "PluginSymbolFilePDB" ,
425
437
srcs = glob (["SymbolFile/PDB/*.cpp" ]),
@@ -430,6 +442,7 @@ cc_library(
430
442
":PluginSymbolFileNativePDBHeaders" ,
431
443
":PluginSymbolFilePDBHeaders" ,
432
444
":PluginTypeSystemClangHeaders" ,
445
+ ":SymbolFilePDBProperties" ,
433
446
"//clang:ast" ,
434
447
"//clang:lex" ,
435
448
"//lldb:Core" ,
You can’t perform that action at this time.
0 commit comments