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(
420420 deps = ["//lldb:Core" ],
421421)
422422
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+
423435cc_library (
424436 name = "PluginSymbolFilePDB" ,
425437 srcs = glob (["SymbolFile/PDB/*.cpp" ]),
@@ -430,6 +442,7 @@ cc_library(
430442 ":PluginSymbolFileNativePDBHeaders" ,
431443 ":PluginSymbolFilePDBHeaders" ,
432444 ":PluginTypeSystemClangHeaders" ,
445+ ":SymbolFilePDBProperties" ,
433446 "//clang:ast" ,
434447 "//clang:lex" ,
435448 "//lldb:Core" ,
You can’t perform that action at this time.
0 commit comments