File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
utils/bazel/llvm-project-overlay/lldb/source/Plugins Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff 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-
12011189cc_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" ,
You can’t perform that action at this time.
0 commit comments