Skip to content

Commit bf54554

Browse files
slackitogithub-actions[bot]
authored andcommitted
Automerge: [bazel] Fix build after 65813e0
2 parents 0ae6220 + 99d12ac commit bf54554

File tree

1 file changed

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

1 file changed

+0
-13
lines changed

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

-13
Original file line numberDiff line numberDiff line change
@@ -1186,25 +1186,12 @@ cc_library(
11861186
],
11871187
)
11881188

1189-
gentbl_cc_library(
1190-
name = "DynamicLoaderMacOSXDYLDProperties",
1191-
strip_include_prefix = "DynamicLoader/MacOSX-DYLD",
1192-
tbl_outs = {
1193-
"DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwinProperties.inc": ["-gen-lldb-property-defs"],
1194-
"DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwinPropertiesEnum.inc": ["-gen-lldb-property-enum-defs"],
1195-
},
1196-
tblgen = "//lldb:lldb-tblgen",
1197-
td_file = "DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwinProperties.td",
1198-
deps = ["//lldb:CoreTdFiles"],
1199-
)
1200-
12011189
cc_library(
12021190
name = "PluginDynamicLoaderMacOSXDYLD",
12031191
srcs = glob(["DynamicLoader/MacOSX-DYLD/*.cpp"]),
12041192
hdrs = glob(["DynamicLoader/MacOSX-DYLD/*.h"]),
12051193
includes = [".."],
12061194
deps = [
1207-
":DynamicLoaderMacOSXDYLDProperties",
12081195
":PluginObjCRuntime",
12091196
":PluginTypeSystemClang",
12101197
":PluginTypeSystemClangHeaders",

0 commit comments

Comments
 (0)