Skip to content

Commit 76a2e55

Browse files
habermancopybara-github
authored andcommitted
Migrated to upb C code generator to Emit APIs.
PiperOrigin-RevId: 823969009
1 parent 2e7ac71 commit 76a2e55

File tree

6 files changed

+8149
-4277
lines changed

6 files changed

+8149
-4277
lines changed

upb/reflection/stage0/google/protobuf/descriptor.upb.c

Lines changed: 499 additions & 175 deletions
Large diffs are not rendered by default.

upb/reflection/stage0/google/protobuf/descriptor.upb.h

Lines changed: 6300 additions & 3280 deletions
Large diffs are not rendered by default.

upb_generator/c/BUILD

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ bootstrap_cc_binary(
5858
":names_internal",
5959
"//src/google/protobuf/compiler:code_generator",
6060
"//src/google/protobuf/compiler:plugin",
61+
"//src/google/protobuf/io",
62+
"//src/google/protobuf/io:printer",
6163
"//upb/base",
6264
"//upb/mem",
6365
"//upb/mini_table",
@@ -73,7 +75,7 @@ bootstrap_cc_binary(
7375
"@abseil-cpp//absl/log:absl_log",
7476
"@abseil-cpp//absl/memory",
7577
"@abseil-cpp//absl/strings",
76-
"@abseil-cpp//absl/strings:cord",
78+
"@abseil-cpp//absl/types:span",
7779
],
7880
)
7981

0 commit comments

Comments
 (0)