File tree 1 file changed +0
-13
lines changed
utils/bazel/llvm-project-overlay/lldb/source/Plugins
1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -1186,25 +1186,12 @@ cc_library(
1186
1186
],
1187
1187
)
1188
1188
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
-
1201
1189
cc_library (
1202
1190
name = "PluginDynamicLoaderMacOSXDYLD" ,
1203
1191
srcs = glob (["DynamicLoader/MacOSX-DYLD/*.cpp" ]),
1204
1192
hdrs = glob (["DynamicLoader/MacOSX-DYLD/*.h" ]),
1205
1193
includes = [".." ],
1206
1194
deps = [
1207
- ":DynamicLoaderMacOSXDYLDProperties" ,
1208
1195
":PluginObjCRuntime" ,
1209
1196
":PluginTypeSystemClang" ,
1210
1197
":PluginTypeSystemClangHeaders" ,
You can’t perform that action at this time.
0 commit comments