+5
-1
lines changedFilter options
+5
-1
lines changed Original file line number Diff line number Diff line change
@@ -132,7 +132,11 @@ def cc_proto_compile_and_link(ctx, deps, sources, headers, disallow_dynamic_libr
132
132
if bazel_features.cc.protobuf_on_allowlist:
133
133
debug_context = cc_common.merge_debug_context(
134
134
[cc_common.create_debug_context(compilation_outputs)] +
135
-
[dep[CcInfo].debug_context() for dep in deps if CcInfo in dep],
135
+
[
136
+
dep[CcInfo]._debug_context if hasattr(dep[CcInfo], "_debug_context") else dep[CcInfo].debug_context()
137
+
for dep in deps
138
+
if CcInfo in dep
139
+
],
136
140
)
137
141
temps = compilation_outputs.temps()
138
142
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4