A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/protocolbuffers/protobuf/commit/776c5f2b7bc176a7eb442ad61803793d917a2e7e below:

Replace the usage of cc_info.debug_context with _debug_context · protocolbuffers/protobuf@776c5f2 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+5

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+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