Skip to content

Commit 119910a

Browse files
committed
[bazel] catch BUILD files up to d555b9f in lldb
1 parent a214084 commit 119910a

File tree

1 file changed

+15
-0
lines changed
  • utils/bazel/llvm-project-overlay/lldb/source/Plugins

1 file changed

+15
-0
lines changed

utils/bazel/llvm-project-overlay/lldb/source/Plugins/BUILD.bazel

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -826,6 +826,19 @@ cc_library(
826826
],
827827
)
828828

829+
gentbl_cc_library(
830+
name = "LanguageCPlusPlusProperties",
831+
strip_include_prefix = "Language/CPlusPlus",
832+
tbl_outs = {
833+
"Language/CPlusPlus/LanguageCPlusPlusProperties.inc": ["-gen-lldb-property-defs"],
834+
"Language/CPlusPlus/LanguageCPlusPlusPropertiesEnum.inc": ["-gen-lldb-property-enum-defs"],
835+
},
836+
tblgen = "//lldb:lldb-tblgen",
837+
td_file = "Language/CPlusPlus/LanguageCPlusPlusProperties.td",
838+
deps = ["//lldb:CoreTdFiles"],
839+
)
840+
841+
829842
cc_library(
830843
name = "PluginCPlusPlusLanguageHeaders",
831844
hdrs = glob(["Language/CPlusPlus/*.h"]),
@@ -842,6 +855,7 @@ cc_library(
842855
srcs = glob(["Language/CPlusPlus/*.cpp"]),
843856
includes = [".."],
844857
deps = [
858+
":LanguageCPlusPlusProperties",
845859
":PluginCPPRuntime",
846860
":PluginCPlusPlusLanguageHeaders",
847861
":PluginClangCommon",
@@ -852,6 +866,7 @@ cc_library(
852866
"//lldb:Core",
853867
"//lldb:DataFormatters",
854868
"//lldb:Headers",
869+
"//lldb:InterpreterHeaders",
855870
"//lldb:Host",
856871
"//lldb:Symbol",
857872
"//lldb:SymbolHeaders",

0 commit comments

Comments
 (0)