Fix a few minor things to unblock the Ruby sync

PiperOrigin-RevId: 478113032
pull/13171/head
Joshua Haberman 2 years ago committed by Copybara-Service
parent 128ac1c935
commit 82c6c48761
  1. 1
      BUILD
  2. 2
      upb/port_def.inc

@ -1021,6 +1021,7 @@ upb_amalgamation(
":port",
":reflection",
":table_internal",
":unicode_internal",
":upb",
],
prefix = "ruby-",

@ -243,7 +243,7 @@
/* ASAN poisoning (for arena).
* If using UPB from an interpreted language like Ruby, a build of the
* interpreter compiled with ASAN enbabled must be used in order to get sane and
* interpreter compiled with ASAN enabled must be used in order to get sane and
* expected behavior.
*/

Loading…
Cancel
Save